Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

357 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,926 000000000000000000022cb30000000000000000000000000000000000000000 0.08 vMB 345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,925 (835,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,475 74,475 0000000000a29b79ad50afb5932b92cdfe29efc1a584ba5de3b01a89ce3bc6c7 0.00 MB 1 0
74,474 74,474 00000000002cacac87b72bfba5042314cb48161fdeec8224185dbcecd57ca0f8 0.00 MB 1 0
74,473 74,473 0000000000849c17ec404914fd0ba67199906d925ddd19c6477158f00dc3d63b 0.00 MB 1 0
74,472 74,472 00000000000a347aee0c99dd1e95f21e999921211136c6595e1367638fae8670 0.00 MB 2 0
74,471 74,471 0000000000adb10391f3c0d3d9b75b41f47668abef2efc8ce1219b00fe6eebd1 0.00 MB 1 0
74,470 74,470 000000000044a556e4c85417bb817fbea32be8131eb44b0baa0a869b945bbac2 0.00 MB 1 0
74,469 74,469 0000000000947214f14434459e45098257b61dc02332fce94c7067865203b988 0.00 MB 1 0
74,468 74,468 0000000000106d9a4b386154a03a0c1f8dfe2f77b56e2461fef0b8c877111945 0.00 MB 3 0
74,467 74,467 00000000009e8b1e92d55c878217d542d2679d1683a4953b70c4116736fcb1eb 0.00 MB 1 0
74,466 74,466 0000000000b66beda2bfe94abc5d8a3a50f36a57ca44edc8487729dbb8bf4470 0.00 MB 2 0
74,465 74,465 00000000008a3335a7c9f2a1b270aedff85a7941762f09544e8a7c58b40c178a 0.00 MB 1 0
74,464 74,464 0000000000666c806bf4b37ef8a6cfabbffa5b32fbcfb9fbb04071f15227e8a1 0.00 MB 2 0
74,463 74,463 0000000000648885bb7685a3af209f27f22cb823a4296a91ef12612005b938f4 0.00 MB 2 0
74,462 74,462 0000000000a4bdc58030a1128df7c81730693799ca8c0fe6884038bf4901d583 0.00 MB 2 0
74,461 74,461 00000000009e4d8ce63cfeb979ad98b0431f78c41343d3b335bcf33bc13c158c 0.00 MB 1 0
74,460 74,460 000000000025fa3bc0ad059e5932d2d479f53450ac755b0b9ff3dccedafdce6c 0.00 MB 1 0
74,459 74,459 0000000000641ff76f7b7e08b75cc142b97272ea6f4e9c8cf222d303ebc237c0 0.00 MB 1 0
74,458 74,458 00000000006f5b2353aa72f41439d3b5988fa1f5f6030b0968b6cd54e09c71d9 0.00 MB 1 0
74,457 74,457 00000000006a87d3e3eeff16f62aa84272c6d0650e5830e39b3076abdb0e7c38 0.00 MB 1 0
74,456 74,456 000000000005c15ffba359e7239267b83b5fcc5c3547f08c8eb3c769a1bb3ac0 0.00 MB 2 0
74,455 74,455 00000000007c310ce094049792531ff27caf94a63d8f17951ad7f282cddc3967 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.26 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,173.18 GB sent, 114.70 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.