Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

19,851 transactions (5.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,074 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,676 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,073 (874,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,278 35,278 000000007f5b6b2a9ff841ab308bc9f18e30d3b18c49b51d133bc59791f09d6d 0.00 MB 1 0
35,277 35,277 00000000328b72b3558b98854b4f36da13d761be048177c0ad05065d33127239 0.00 MB 1 0
35,276 35,276 000000006443c58019eb538a7c975c211c1b1a58d07c6ef5c1c52f52d3b64d78 0.00 MB 1 0
35,275 35,275 00000000143835457c53cafcf46e1cc0493e9e77b633e2f518bbd9a6a8dfdc05 0.00 MB 1 0
35,274 35,274 000000005c19c7d9ae2201f504e305ecd9ec12586a836494faf57c02f9469567 0.00 MB 1 0
35,273 35,273 000000009d01a906ae6c830ab05898c0c5e98888ab7262df4a235de7728c6fec 0.00 MB 1 0
35,272 35,272 0000000086b52ffd300a64767638f9ff4f22e5b7f314d202c949d8e232199e35 0.00 MB 1 0
35,271 35,271 000000001885b01f581ff68992674e4d1cf925b757e39d60714c1a8127acee3a 0.00 MB 1 0
35,270 35,270 00000000768645e46d326eb9307e75c17b87f9ac6d83d0cdacfb6b875e39a434 0.00 MB 1 0
35,269 35,269 00000000c11e791216a82752e56c9aa386aaa61014f9dc6b92dce20ca71afe07 0.00 MB 1 0
35,268 35,268 0000000095269281030ee5b29ae55c33091a40de1b9eaecad19fd402ab719c56 0.00 MB 1 0
35,267 35,267 000000001fe9b4639cc561b661187208a969fc305dced8e692483457237bcfb3 0.00 MB 1 0
35,266 35,266 00000000059867a8c930811b9b369a9ee49886af1d6bb1fc7bf3e3c54eadbafb 0.00 MB 1 0
35,265 35,265 00000000bf51ed72f239ceba5819a1948338ccb840fc3a3f31b0624beaa19558 0.00 MB 1 0
35,264 35,264 000000005b40fba6d3f04b68606c32b7df7765eaa83742546b43f50c4eb67dee 0.00 MB 1 0
35,263 35,263 00000000a60768e8d7af7b3a520a03aff5769dc8d92050e76f0c3a9952dda763 0.00 MB 1 0
35,262 35,262 00000000a78d89c869f89654c4301f7ebdfaae48e3b5c604466499076c5b4469 0.00 MB 1 0
35,261 35,261 00000000b3ac7c5f851705f8032c370c5153751ecae81dec71aeb86b1d016963 0.00 MB 1 0
35,260 35,260 0000000015870410e78430a5e1c3e10b7b24a2b2eae38fa4bcd4894c45631828 0.00 MB 1 0
35,259 35,259 00000000563d3adaa137278b917af8e35e17edf04d2b9eec07ac10cf5a1e8586 0.00 MB 1 0
35,258 35,258 00000000ad94b4f5252fe7cdf8524342231004140a85d4b1101d8ac1238a1733 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.53 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,187.33 GB sent, 116.16 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.