Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,462 transactions (3.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,181 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,674 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,180 (845,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,688 64,688 00000000013545757f0a50e0ed51984c25c517c14c843c32bbe3b88581de8caf 0.00 MB 1 0
64,687 64,687 000000000080995e21a0fde3f85785e4de8eae7e4af6e4f372a931758fe1910f 0.00 MB 1 0
64,686 64,686 0000000008c12c67dda9204534e919a116d12ffdc2da9626eaee7f53fd74ad2f 0.00 MB 1 0
64,685 64,685 00000000099cab423f112064ec9c1609b120d1fbb7cc5c9bbd247e259cd6ec1f 0.00 MB 1 0
64,684 64,684 00000000096c7444b9c960e64d9206ae606604833a40c1d11e4e01b86bc0c731 0.00 MB 2 0
64,683 64,683 0000000006270a2982a4d263259036e7a0b822db2bc172e9074ad300cb010331 0.00 MB 3 0
64,682 64,682 0000000008fbb99b6389f6af47cf3cca84b37eabefdd23db695b2eab1b084e1b 0.00 MB 1 0
64,681 64,681 000000000421730e4e0fe4c09fbd9c57937cd98df3c503c899c750dfb9dad0b3 0.01 MB 2 0
64,680 64,680 00000000082ac724111bbdeb86d75eff875c6a34b953420679b138cbbcae867f 0.00 MB 1 0
64,679 64,679 00000000041bd39d4788e285a6b61d373d1c7945de114c7413109a223fa3a766 0.00 MB 1 0
64,678 64,678 0000000004c87c1dfd72c4df6b9ada4e93a3f66bf8fbddaf09fb7e2d2b78c286 0.00 MB 1 0
64,677 64,677 0000000003d2627369fdb1e10fefff2944f6cbe7d45f5a039a2d7e1cbc88360d 0.00 MB 1 0
64,676 64,676 0000000002912d3416ffb1c535ac152e365379ef5f49d44cba7d851dfde9f175 0.00 MB 1 0
64,675 64,675 00000000022252bf1d0d47147cbfbad1e82c7e5e79f1857e503a509a43dc9b18 0.00 MB 1 0
64,674 64,674 000000000911d16788ef87b081b5292f7b8c428179fbf7d1e509322dfcea7f0b 0.00 MB 2 0
64,673 64,673 0000000003c3a8ea52ff802fbcd2f86673421e2af22f65ceedd3f1d535e02eda 0.00 MB 2 0
64,672 64,672 000000000953e216cd1b15dc4d5f81694856b65d53209977d448949a6b001ff3 0.00 MB 1 0
64,671 64,671 000000000a7c6aecd86f9cf7bfae823c1bddce8bed27864af18e2124f357dd7d 0.00 MB 2 0
64,670 64,670 00000000049680da6d769b8d352e5d4a0a90481e660583ae2b919f8400eae476 0.00 MB 1 0
64,669 64,669 0000000006c7ad8852b40f7d865c414b15f4bbcfeaa054225430afb67cda1072 0.00 MB 1 0
64,668 64,668 00000000066a42503af313f5c46cbfe0a94afce51b1a7cee2d25569a983b8123 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.73 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,194.92 GB sent, 117.22 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.