Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,756 transactions (1.52 vMB)

Priority:

  • 1 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
911,339 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,338 (7,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,607 903,607 0000000000000000000187bb79f1e7e42138b906d54c904a90baab7445bb2f69 1.55 MB 3,532 3
903,606 903,606 00000000000000000001235ebe21e5881a9f43ee1d14bfaea9b122522051c5ce 1.43 MB 2,891 7
903,605 903,605 000000000000000000020a1042218f72635d1b6ee3dd6b54aed32cbbb533a696 1.44 MB 3,834 3
903,604 903,604 00000000000000000001b23c7841a3927d7afa728e7c07028789e547bbb39e32 1.32 MB 1,624 3
903,603 903,603 000000000000000000023b1a1fd336b29c3a5e3f29e0766b3f1986a7104c24c6 1.43 MB 2,217 4
903,602 903,602 000000000000000000019d3f25782b018b18940509f513dd9c937921a4a77e5f 1.60 MB 3,201 4
903,601 903,601 0000000000000000000219b7a180064bafbc13a9ed9f07410a6c5800f78b81f8 1.35 MB 1,860 3
903,600 903,600 00000000000000000000565ff6e7e5ad3669fe50ff039f80e8f7248f7ad906a9 1.30 MB 1,004 2
903,599 903,599 0000000000000000000062b7e00521ac22f873ca7f73891e7a885624c8b2d877 1.64 MB 3,686 4
903,598 903,598 00000000000000000001e244247b7ce73630a4fd84ca7839cd8eac114fa8a120 1.53 MB 3,645 8
903,597 903,597 000000000000000000022beace301b7de35a5639e538582651977a87167340ba 1.76 MB 2,959 1
903,596 903,596 0000000000000000000096594b1314816f31f304b3196b94b3c03e368df84579 1.73 MB 2,736 1
903,595 903,595 0000000000000000000191ae49767e0c8af4b0b8208149133d1b6c4f29ada0bb 1.72 MB 4,024 2
903,594 903,594 0000000000000000000130cd396a8f5d812717962981835bcdbebccd7760e245 1.76 MB 3,479 2
903,593 903,593 000000000000000000024069e9bb73b490f7f5a8dfcb456c56919147acfa63ea 1.58 MB 3,219 3
903,592 903,592 00000000000000000001be645d0d6bdcf0d12a6144e29cec8a6a2307381cf0a9 1.21 MB 1,078 2
903,591 903,591 0000000000000000000239d557c11e306cd79e9dd2c867d056d6de112df844a4 1.51 MB 2,758 2
903,590 903,590 0000000000000000000078822af15cbd1940ce76de9a0393cb3f051437bcf96e 1.51 MB 3,686 4
903,589 903,589 0000000000000000000169ab0f84c61442715a0b36946fe2e96a2c3ab6c4666c 1.60 MB 3,085 6
903,588 903,588 00000000000000000002436ee885df865252453a5308fb2070bf3e93b2b921d4 1.46 MB 1,763 2
903,587 903,587 00000000000000000000c52323fcf62a1a6785af24421f02e232d1d9196bae5c 1.50 MB 3,349 5
Previous 10 blocks ↓
Total Size: 775.87 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,400.52 GB sent, 128.18 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.