Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,043 transactions (4.27 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,014 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (885,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,522 23,522 000000008fc967e364ca564bf5c45a8fbc530e885a6ff9b26b16b2cf4d31bdb6 0.00 MB 1 0
23,521 23,521 00000000d8261df436232e6628efdff92ac1e0a5e2f7d3fd504bb2d63574122e 0.00 MB 1 0
23,520 23,520 00000000f25de29605b690b4d2345c51620efa93e40d978641a0b6adcd8caf19 0.00 MB 1 0
23,519 23,519 000000004872d62cfb69e1f5b7491955195cc0aa87838040ba93cd0d5c89de8f 0.00 MB 1 0
23,518 23,518 0000000044266c2704d1be34aaab1eb54467089e03e0677039e7e5cd8ebd07ac 0.00 MB 1 0
23,517 23,517 000000004bd013fb8a0a99693b91f9ce7ab303008e4c0a1498d7223d26b8ac7c 0.00 MB 1 0
23,516 23,516 00000000320e356308ef782c67aeb7141a1fb32fd12fe90490fe0fec9dfcf8ba 0.00 MB 1 0
23,515 23,515 00000000752183099762c940d0f476a455c23ae56cce2940094c4152cc798a4e 0.00 MB 1 0
23,514 23,514 00000000a5b6fbc886eaa0c1c04a89e7f75c07ea7caf2ed790cd20b4f3d1c42b 0.00 MB 1 0
23,513 23,513 00000000749067e6181a66bb93e7b115725066fe5a7ad7d8b7d6da18830240c4 0.00 MB 1 0
23,512 23,512 00000000045c1dc003670d1158bb047b2aa5c01c6fbdb4c1fa6241393b85a8cf 0.00 MB 1 0
23,511 23,511 0000000005ff0e5410ef9f4032c1c0495449748e33d5aafb57b39a71a4e08dea 0.00 MB 1 0
23,510 23,510 00000000d696ea3635d3d30f946b7100af7a927c471b89bec8ef0ba9a31372fd 0.00 MB 1 0
23,509 23,509 00000000951d0621131c05cfd3b8a154da65c37b98e94ad3c7b304c0cca1465c 0.00 MB 1 0
23,508 23,508 000000004f5239cd99ea408c74e2bc91deb9ccf9d08560db3f843cd28484b808 0.00 MB 1 0
23,507 23,507 00000000571173e989f331dad68af59d68ca1c320e516dc460e86bfbd715681b 0.00 MB 1 0
23,506 23,506 00000000653c74065d011eaebd5f89053d15c55c0df81ad894ecfd4eccdd5882 0.00 MB 1 0
23,505 23,505 000000003fce1ae3cb49deb52e89ace09404570c40c0009c0b3feec182890824 0.00 MB 1 0
23,504 23,504 00000000f6d4b15147348e0f19dcde6a0f5c2eb4abffa4893eb79cc676107a07 0.00 MB 1 0
23,503 23,503 0000000064b877feb19330cbaa11967c7c3da72165106465f64abd4efd48f37b 0.00 MB 1 0
23,502 23,502 0000000033cf9a463d3caa4527ea7b51a71e6e821ac5a2b4a3d63b985f13cdf1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,046.31 GB sent, 108.31 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.