Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,856 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,548 000000000000000000022cb30000000000000000000000000000000000000000 0.60 vMB 1,845 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,547 (823,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,062 86,062 0000000000125bc6fdcc2d994c4e7c4fba0ac256faba35d84f0b4d48d4d369f2 0.00 MB 1 0
86,061 86,061 00000000002b0b1a677d31e088f64af57009308469547bd234bd7c4dc47b32b8 0.00 MB 2 0
86,060 86,060 00000000000c6c8c4245536602e1b13fa55052143b52fde8bab5ec5526064870 0.00 MB 1 0
86,059 86,059 00000000000528b2035736c3ec206c3de8aecd8f3f116a6ab191eeb02d9d6e4d 0.00 MB 4 0
86,058 86,058 0000000000070c1aebd24afb113de4714c2ce4f29a04760249ecd3f3cef41a52 0.00 MB 1 0
86,057 86,057 0000000000084f2ed21490ba5a317426e0c6049b5cfc0b3c8788b080ed913f3e 0.00 MB 2 0
86,056 86,056 000000000008c7951cd644dbe7ffeaf7ff0ed2609dd52c2b1b14e4ea82d9028d 0.00 MB 7 0
86,055 86,055 0000000000014a795fe457f153be2672deac7da5ef0081c0b428c87a6a6ef908 0.00 MB 3 0
86,054 86,054 00000000000ffc4febc08572c637ab176d5355b8231dc6ff465f1e1f7d0293e6 0.00 MB 1 0
86,053 86,053 00000000001e7ed536f2b517d68cd0e17a19ce4ad2a56f3797e3edbf812dfc04 0.00 MB 1 0
86,052 86,052 00000000002979e33f0ecd84873e4f6fadc9ac9ccef82983603e1e51a422f202 0.00 MB 1 0
86,051 86,051 000000000024cc493edb0f81522b6b16bc27ead3059b396c48e5360c3e86675a 0.00 MB 2 0
86,050 86,050 00000000001eac3cabedccd67300966435c9eb84e89b4661c411eff9f278f179 0.00 MB 1 0
86,049 86,049 00000000000eb59a4d42558e0c1995565d0c7636224a0c5f145b37f0d70832f3 0.00 MB 1 0
86,048 86,048 00000000000116dfea22b7cf10e03a5f7315afd934e0672bebdc5eaf62ec3d48 0.00 MB 3 0
86,047 86,047 000000000012115d97ff64f4684675959fa71698d1570c9db2129e2839e1f7d5 0.00 MB 3 0
86,046 86,046 00000000001e4fc15938439a8a126723755417086f25e19fced390b98c53a2c5 0.00 MB 3 0
86,045 86,045 000000000014182415251711b6e5a051758c6dcb0c13012e4c8f9c84b6ea0c8b 0.00 MB 4 0
86,044 86,044 000000000011b5cb6c69c7c5ebb22aa1ce44ddbc1c570c93a354f8c8d47e32b2 0.00 MB 1 0
86,043 86,043 00000000001e179a804dfa20d27b5515d0c8b3f98be5784c73c2941f12f4dbc7 0.00 MB 1 0
86,042 86,042 00000000000bfbb49a188d2e475cae4743bd2bbd83cb1922ba78caeab8dcd3e1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.57 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,085.37 GB sent, 111.07 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.