Loading Tool

Explorer IconExplorer

Memory Pool

79,039 transactions
29.26 vMB
0.12190781 BTC
Random Selection Loading Transactions
Max Size: 176.46/200 MB

Candidate Block

Mining Attempt 73abad59bc2cb5692abda5739ec0d82dac97dcc45ffb13d69e1639019439aacf
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0ab86daf448555f04c6d8e64676bdb1cb396b696f65e022e5dda83b5be769df6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.04438602 BTC
Feerates: 150.80 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (214,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,328 700,328 0000000000000000000becf25f965556815c567d327043288f3a2f50282207d1 455 0.16/1.00 vMB 11
700,327 700,327 0000000000000000000db2b077b36b5b517382a4d3d14e9e7a5acdf9a6d0c55d 2,053 0.97/1.00 vMB 13
700,326 700,326 0000000000000000000b1e488deb8a73cdaf90775db9e18202b241c6ab7d4e26 775 0.33/1.00 vMB 12
700,325 700,325 0000000000000000000ec533309f4df6d11962d0468ce1dff363ce2938afceb7 378 0.19/1.00 vMB 11
700,324 700,324 0000000000000000000245ed0238f6d9bc97a914a4dc73f87f3d0091f7024f90 235 0.16/1.00 vMB 8
700,323 700,323 0000000000000000000efa3c0882e5245f299ae804ca5c18a4734dcf895954ea 1,248 0.53/1.00 vMB 10
700,322 700,322 00000000000000000009b6914f40cb6d9fd1b1fd88bf39b8cfe097db1f139ee5 503 0.29/1.00 vMB 2
700,321 700,321 0000000000000000000012f0dacc6e526cf7d4656b5e365981c0fe0309b0ab95 921 1.00/1.00 vMB 5
700,320 700,320 0000000000000000000c2cb2bf963d07f3c616ac0f9d607572426a361aadcda6 2,523 1.00/1.00 vMB 12
700,319 700,319 00000000000000000004ce8338da81a578a3b5ab1d79ffda7b292226e1300c7d 1,162 0.53/1.00 vMB 11
700,318 700,318 0000000000000000000d327ef857c88ffd63bca08b74df752b6ceb8067ecae4f 1,254 0.62/1.00 vMB 9
700,317 700,317 000000000000000000098e133aaa38a053806eda5d9a7d7392f28d55f78de025 1,891 0.81/1.00 vMB 12
700,316 700,316 00000000000000000003b64fcbbeaeba61ff2f17852f3b8ff1f71165904d7ff2 1,998 0.79/1.00 vMB 11
700,315 700,315 0000000000000000000839e39770387023b411af7e78b7f67ee74250dd82de26 1,954 0.75/1.00 vMB 15
700,314 700,314 0000000000000000000940a1165d0509f89613da50293b9a99331ec22882ef1d 1,104 0.41/1.00 vMB 11
700,313 700,313 000000000000000000069a324248944d4e1fe9ed2cd892aa2ce7934f10abaa12 405 0.13/1.00 vMB 13
700,312 700,312 0000000000000000000d8af477f0d711e7ffb003b05a40f44fc9feef09f00a35 431 0.16/1.00 vMB 9
700,311 700,311 0000000000000000000121a951fbe1663d2464c2e7367d853f9dd80bdb287dd1 1,317 0.50/1.00 vMB 12
700,310 700,310 00000000000000000000f509a3887c2f25fdd8af1ded2f753cdf7c8cc470ac33 1,787 0.82/1.00 vMB 16
700,309 700,309 000000000000000000097b406a85eed48b6be2552ad5ac40c92f1aee56391dd5 121 0.03/1.00 vMB 15
700,308 700,308 00000000000000000008f7ad4347cd684943fb4da186438d0ec10b5d0f04aa40 1,517 0.81/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 712.78 GB
    • Received: 17.21 GB
  • Uptime:

Notes

  • 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.