Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,642 transactions (0.79 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,791 000000000000000000022b910000000000000000000000000000000000000000 0.78 vMB 2,624 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,790 (837,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,047 74,047 00000000007d91f68f34647d838f4917bda28cd800dbabf6b3980b04933afbf8 0.00 MB 1 0
74,046 74,046 000000000079699660381dc43f543d8b057d32e5627209ac8f2551b6ed55f772 0.00 MB 1 0
74,045 74,045 0000000000488eaee6cc0614fdacc551767af7ed9e93b347971c9df687377199 0.00 MB 1 0
74,044 74,044 00000000003756672e40c9195c497f0173c6d5e4ee3d08457bbddb623f5613cf 0.00 MB 1 0
74,043 74,043 000000000087fd75c50a5493cd7b26f036210823b8b5922da1aeb7acf7ab450e 0.00 MB 1 0
74,042 74,042 0000000000802b41e7f94b181495b98852c9fc2964f20b390c3afecb7e450f7f 0.00 MB 1 0
74,041 74,041 0000000000b870d8136eea3ec1c207c81eb0a10885733e841389efc6d28c3b90 0.00 MB 1 0
74,040 74,040 0000000000779fa463d87acc8bfa56738f369815cfe15781c290593d69437fca 0.00 MB 1 0
74,039 74,039 00000000002863a1489ff3931eb94599a29d34e1a136d2725cebb7702f4e974b 0.00 MB 1 0
74,038 74,038 00000000001c364b2558d3542e25cec50839aac8c651b9b962b7c389edffbd79 0.00 MB 1 0
74,037 74,037 0000000000464f14cb3be7e65575a2c649f4c58467d52441c9e6f6daff6f5b80 0.00 MB 1 0
74,036 74,036 00000000009abc6782d027c62158c1afb0eab48714b75cca2ac4f359360de3d1 0.00 MB 1 0
74,035 74,035 0000000000b445e88c99953acd931da8338c75695b9479cbf71dccd019e0ca64 0.00 MB 1 0
74,034 74,034 0000000000840948ffabd07d9e6ebe6df205c0493a6b0ec23c61aeec0584e08c 0.00 MB 3 0
74,033 74,033 00000000002b49d6b68a2c93525f32e085c39e84eb6e56fa5e21d7993a39db30 0.00 MB 3 0
74,032 74,032 0000000000b542d128b4363e4ff435e3c6db9ad0a8df63ac65ccdfc8ccd48b2b 0.00 MB 1 0
74,031 74,031 000000000056a5d4c95966d1903c4f15249cf2dc57cd0dff5e9e98442ade2a0c 0.00 MB 1 0
74,030 74,030 000000000019b30df246ede5764bde424244aeac28419154ca59a1900ca0aa82 0.00 MB 1 0
74,029 74,029 000000000096f7c3b999d4dc33a5b4477980cee91fc2e1ed89a7ace4e3b8288f 0.00 MB 1 0
74,028 74,028 0000000000740ec465dd0579dba58638ceca19e52dc7a5b37ee3fe8ff26b961c 0.00 MB 1 0
74,027 74,027 000000000051426ed4a8cf60e1d25e0933de1a3d0f6e477a1945792de4de17e9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 776.70 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,442.86 GB sent, 132.05 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.