Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,138 transactions (1.00 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,491 000000000000000000022b910000000000000000000000000000000000000000 0.99 vMB 3,126 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,490 (187,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
724,328 724,328 000000000000000000074529d109e9b0fddcb411596dd4e23b63d881e89b7e7e 1.42 MB 2,634 9
724,327 724,327 000000000000000000022fa072515fdd4e8713c6a0d42acfab7eb93bf8b1a85a 1.42 MB 2,264 10
724,326 724,326 0000000000000000000509090d1c0fdc13f1c4d7d67307e86dd035b8dbbe529c 1.54 MB 2,002 5
724,325 724,325 0000000000000000000324a14e17f42d7b470a5f34040b80d9fa0bceb40170e8 1.65 MB 2,308 6
724,324 724,324 000000000000000000036e8a9df61de3b9a0125a2851ab5f12ddeeb1eaf0f8da 1.51 MB 3,121 15
724,323 724,323 0000000000000000000689d11e7ed91827ceac4ca7bcbc3e062091ed77e92c2d 1.70 MB 2,390 10
724,322 724,322 000000000000000000030fa99ac60903f37a3eaf07957e2fdc59955d3e7b82ab 1.16 MB 822 4
724,321 724,321 00000000000000000007ddf63f9303fed492fe7f6f443b3735fe1bc40b1fa7e6 1.67 MB 1,837 8
724,320 724,320 0000000000000000000353144c3bc342926eb59234773cb2739d6a660d629a03 1.40 MB 1,602 4
724,319 724,319 00000000000000000006b00fd6258c54367bafd2b43e8dfc4ccaa0fb2a15c69c 1.34 MB 1,380 11
724,318 724,318 00000000000000000007a0e7d2ddb42af38600f4ab6cec23b8f164ef1ab9e65f 1.71 MB 2,291 9
724,317 724,317 00000000000000000003b390bf5d0523151b657c4cc46f0e91744895ce73fbe8 1.83 MB 1,968 6
724,316 724,316 0000000000000000000728c7b8d3dbac8998a2ab772b32a9ed78de864ac6aefe 1.54 MB 3,092 5
724,315 724,315 0000000000000000000078d64b057911c737520a01293c3e2a4cee2cd69799e2 1.23 MB 1,272 7
724,314 724,314 00000000000000000000f170dbb7d3f63d7b71e57819b5778a3f43df1ca4b9ea 1.47 MB 3,257 8
724,313 724,313 00000000000000000005957ccd4aebb4bd87f4777a50810407386d4145db18d4 1.47 MB 2,119 33
724,312 724,312 0000000000000000000a03412d4e14c6ba7597aa1fbe5c476d3ceb9c74ae5952 1.52 MB 2,963 13
724,311 724,311 00000000000000000001428b25dc87f7c12b2488deeca38482bb33d683400d4a 1.50 MB 3,901 4
724,310 724,310 00000000000000000006e94ca0b0d249040e78d4d7899cf8b634d11f5dad0cf3 1.47 MB 2,423 3
724,309 724,309 0000000000000000000833f81820271e8d4b608bb9e56de48f5297e9a94e130a 1.57 MB 3,234 10
724,308 724,308 000000000000000000040a804809996eb7b6a3cd9f56a8e3dd6845830b486193 1.48 MB 3,026 21
Previous 10 blocks ↓
Total Size: 776.14 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,411.85 GB sent, 129.43 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.