Loading Tool

Explorer IconExplorer

Memory Pool

81,093 transactions
30.08 vMB
0.09539372 BTC
Random Selection Loading Transactions
Max Size: 179.38/200 MB

Candidate Block

Mining Attempt ea24b13f89502748d108e8ff4d57ccdfccf5eed43cfadc40d2d6c76aabac9a75
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 36abd467d577e6756b2f91e158681e5661d20a8a0e4591b3d8a37d2684b18081
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,656
Size: 1.00 vMB
Total Fees: 0.03191006 BTC
Feerates: 100.37 > 3.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (313,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,421 601,421 000000000000000000044d471a9f0e929f908df4e7621a3a91849786e1d98a64 3,585 1.00/1.00 vMB 34
601,420 601,420 0000000000000000000fe2744ae7dde20bdd545ea4ddf795fb15eb7ae51219b0 3,069 1.00/1.00 vMB 31
601,419 601,419 00000000000000000011425b47499105d43bf3c63f1344b743284b320bd21271 2,285 1.00/1.00 vMB 64
601,418 601,418 0000000000000000000a65e2f12e9e2950cee534a47d4ffdf6884db41bad2e99 2,699 1.00/1.00 vMB 21
601,417 601,417 0000000000000000000afaa73401690a43027a63c90f9cfb1486851b948c3271 2,943 1.00/1.00 vMB 20
601,416 601,416 0000000000000000000d58b4a606a2380c07bb00da7ff9f8f032936c88ecf35c 2,453 1.00/1.00 vMB 20
601,415 601,415 0000000000000000000542ef88dd70a24befef25269adb6a8f349cc383580fc9 2,804 1.00/1.00 vMB 27
601,414 601,414 000000000000000000044bf95fa97eaa03c04df9f46ef7a0db83b0e787a6ec04 3,057 1.00/1.00 vMB 28
601,413 601,413 0000000000000000000693a0d7d0830f3f75a8aa3471e3f5b0e51ce9d6d78d79 2,960 1.00/1.00 vMB 31
601,412 601,412 00000000000000000003ad795a63dcb41e6778a47d04d24b722b6d8d6aabe8d1 2,905 1.00/1.00 vMB 31
601,411 601,411 0000000000000000000daea8860aff53bef70a3353ac0407ecbb135582d60cce 3,131 1.00/1.00 vMB 32
601,410 601,410 0000000000000000000bdbb206b68726dd12d893bb1412c0b5fc4469969793a9 2,540 1.00/1.00 vMB 25
601,409 601,409 00000000000000000010bb90e0644f1aeed6969297e6dd4be177f9e0fe8b49c3 3,216 1.00/1.00 vMB 45
601,408 601,408 0000000000000000000ba58c62662b57389fac072ab90814b551772d969523a3 2,327 1.00/1.00 vMB 30
601,407 601,407 000000000000000000038d2bd1ce29a9bb6fd42ab848197f3def99349355484d 3,532 1.00/1.00 vMB 37
601,406 601,406 00000000000000000001722f2399226e9433fa91b9e46d84cea19e94d078f157 1,859 1.00/1.00 vMB 38
601,405 601,405 0000000000000000001114f138ed68afd667c976da9f8159153d1df1320a9370 3,366 1.00/1.00 vMB 26
601,404 601,404 00000000000000000003f949f2d3950410bf95074972e352b1aa69c66e59cbac 2,503 1.00/1.00 vMB 41
601,403 601,403 000000000000000000113ddeb917899e87dd8540b98f7cb641c06a5db00501ab 3,045 1.00/1.00 vMB 36
601,402 601,402 00000000000000000012d6c3cc6d75f2f716997db130a6e66009f45c04479929 1,793 1.00/1.00 vMB 57
601,401 601,401 000000000000000000118ee2fd54c8d9890ca8db5b2c9940e13b8c50f92a5260 2,125 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.50 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: 668.42 GB
    • Received: 15.51 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.