Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,837 transactions (1.57 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,392 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,332 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,391 (866,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,942 42,942 000000001fdd21585e8bc7f7a74443990a4039866816aecb51061b0865b40b51 0.00 MB 1 0
42,941 42,941 0000000020b0cf917ce5cb3193a714172921ac0ba44068b3aa215fbdb49792db 0.00 MB 1 0
42,940 42,940 0000000021e7b48b95ed7f669c4dc50a38aaca6e179c1f991771c55ee6bf6d9b 0.00 MB 1 0
42,939 42,939 000000002cc13ac97d95f3af1757a47b0d4f9435640fa254dda220a5918d8a70 0.00 MB 1 0
42,938 42,938 0000000004d576d0024a2beb4198f823c68ed18dc24c0cc9814ba658bbd4a119 0.00 MB 1 0
42,937 42,937 000000003dad88966cd13cf77363dd2e4f83e14ccf3ccc3c7418e33ef4bc2abc 0.00 MB 1 0
42,936 42,936 0000000039e92d661ab515a1c77428117cdd0ec9126d7dbd434445c257de5ecf 0.00 MB 1 0
42,935 42,935 000000000507635c81112e354cce47a90fe69c5523a00550f8a5027aa23e4661 0.00 MB 1 0
42,934 42,934 0000000026a1640751f0494c024bbc964e7e0e0b2ca022e78ff9332cfe41f442 0.00 MB 1 0
42,933 42,933 0000000014f83c63fdce0d604c63a3293c8b04579420148c94b64469547f4a4d 0.00 MB 1 0
42,932 42,932 0000000026e05654db43aabca7411404682f70b6f4543deff23f507ec6121436 0.00 MB 1 0
42,931 42,931 0000000000660d79bb806c1eccc6b5ec954acf5f8650f2ffec806d9653ffb7aa 0.00 MB 1 0
42,930 42,930 000000000e85d48c47520fdb303727319ea3781f17d627e5ea4e7d96c125e511 0.00 MB 1 0
42,929 42,929 00000000004c4f75f255b4fc0505ae7b27400adedf992e6c7919cb9f4a7e4bd7 0.00 MB 1 0
42,928 42,928 000000001dfbafceab3f3796472878c46d6ef745fb2c18c9bac4829680532475 0.00 MB 1 0
42,927 42,927 000000001c0ee65c06f9336c4a1b4251b65ebd2d2a5e506b5e6cbcfc2bd52801 0.00 MB 1 0
42,926 42,926 00000000063c74d3fe695c78e0714087e246c8adc884c574f3f149efdb0bb9b3 0.00 MB 1 0
42,925 42,925 0000000035f7c34f992b0ea459b20d4e31f3b57eb259bb4816c5bcae7c3a911e 0.00 MB 1 0
42,924 42,924 000000001c95cfc09e926d5dfc2165ffbd59fe5161cb276738330deb0c039388 0.00 MB 1 0
42,923 42,923 0000000033bf09f1a1abb557a2a28846969e8f228d547af9799c107abec6a506 0.00 MB 1 0
42,922 42,922 000000002eac7e9d4a04d2f608bbb30ba7abda45a7aeba08a5a4309400dc3f4d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.27 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,069.67 GB sent, 109.47 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.