Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,410 transactions (0.89 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
909,662 000000000000000000022cb30000000000000000000000000000000000000000 0.88 vMB 2,393 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,661 (848,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,605 61,605 000000000160db89952dfa62b75ddd318c1b38e36a1fe24bf82522c2fd28696b 0.00 MB 1 0
61,604 61,604 0000000002970098e8f4894d95900adad3032bcb608294eb5504afa4178da9b2 0.00 MB 1 0
61,603 61,603 000000000796969c6cbd667a566221e77e75cbe0b3bb77b3e88392945635eecd 0.00 MB 1 0
61,602 61,602 000000000d83fc3a3bf385cb57a7338d951d06650b4c19bc5fda040cfd80066a 0.00 MB 1 0
61,601 61,601 0000000005ea1719807201a36b544e5ee7f319c554a3851a4e19dfe034f0f139 0.00 MB 1 0
61,600 61,600 000000000031065b177c698ac59d483e3f089f1b94ecfe5958a285d7dccd0775 0.00 MB 1 0
61,599 61,599 0000000003811f759aff096fe244c1d8ec21152bcb6b99991abfd6b8c153e375 0.00 MB 1 0
61,598 61,598 0000000004403f4b1ba91aefdee3084542b4f5d7e83e821af180d1868d251658 0.00 MB 1 0
61,597 61,597 0000000009497cbfbfb87994483f2f7c43a1b5b46a919b60d4c20b737ea78a09 0.00 MB 1 0
61,596 61,596 00000000070438366906bd64834deecca1f2b11f680502a4f3bbd923e36c739d 0.00 MB 1 0
61,595 61,595 000000000b8f555066ba3ac524e98a2de6c412241e395819badd11407c35124d 0.00 MB 1 0
61,594 61,594 000000000447b5a4832a08d80ad694647b611f473062eb9780e84464325d6215 0.00 MB 1 0
61,593 61,593 00000000065299198cf7f2e0702aafe1b01eb0c8ebb8fafbddcf8cb9a7af247b 0.00 MB 1 0
61,592 61,592 00000000016d3f75f4519c5b95acce3965e988ea1e6a27c321420c4b532dabf9 0.00 MB 1 0
61,591 61,591 000000000b8e03dc00a1ce501b56333c491e01ab95bc9ae7d845cfd6478396e6 0.00 MB 4 0
61,590 61,590 0000000004c6c15e26ff0d56fef23971a6be63d9fe99fedba8d3b1b6c790564a 0.00 MB 2 0
61,589 61,589 000000000811b28a6889ca78f8eca63200e183065849fd594a5aeaea046d9cdf 0.00 MB 1 0
61,588 61,588 000000000996d0707d70b697cba00a072e5130f1fda0f931388b6d5de7233391 0.00 MB 2 0
61,587 61,587 000000000342472e477f08260f82544eea6385da1486d1e5a8fdf58b0d9305e8 0.00 MB 4 0
61,586 61,586 00000000042d508f5aab3865f74b98b70737c1406cb11170004df010b53a05f8 0.00 MB 1 0
61,585 61,585 00000000020cccb5e1c788a5a80cfcfbb7779bd75582e676e2d86c6136a2155e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,133.29 GB sent, 112.24 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.