Loading Tool

Explorer IconExplorer

Memory Pool

77,382 transactions
28.89 vMB
0.10026452 BTC
Random Selection Loading Transactions
Max Size: 175.32/200 MB

Candidate Block

Mining Attempt e4c99597eb2765c18edbc56c25e7fe1c3b85474ed1f275e7745946bb5e437c84
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a5cb2666ce20fd5836c23605fd552f57243b46c7f59dcb82995bc34e38173165
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.03156316 BTC
Feerates: 180.82 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (305,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,313 609,313 0000000000000000000c1bacaafe2f06285ddb2eb6448e0d7d041e0949f2e88b 2,922 1.00/1.00 vMB 35
609,312 609,312 00000000000000000005ca71318bce0edb3816579e9bb9b4faeadd172bd05afd 2,280 0.98/1.00 vMB 9
609,311 609,311 0000000000000000000819c18de0fc09d04a5e8d914dc8a3daf297e2d2005f6b 1,497 0.46/1.00 vMB 12
609,310 609,310 0000000000000000000d5abff45130f43e8d71c1481b00b4911117fd10371371 603 0.17/1.00 vMB 14
609,309 609,309 00000000000000000003143d4eb25cf436b3e354df8cff1c7f1dd295339d1c19 2,443 0.74/1.00 vMB 11
609,308 609,308 00000000000000000002bf2121ab0977dccdc07259ae02d630205dd551b5adab 734 0.23/1.00 vMB 13
609,307 609,307 000000000000000000073d7df4bde59eabc0789fb0ebddf2fbc7d87d225fcb33 3,083 0.99/1.00 vMB 14
609,306 609,306 00000000000000000006bd6b168728d51f72ada29d3a99dd60c6aaba9c381791 846 0.28/1.00 vMB 12
609,305 609,305 000000000000000000096c2ea69b1a4f755f28334d2b60815e1251568861cfd7 1,424 0.44/1.00 vMB 12
609,304 609,304 000000000000000000114dd587b4b3c0c4b8af0c1bfefb56dcaa24603a3fe86a 2,409 0.95/1.00 vMB 6
609,303 609,303 00000000000000000010b48142424349eee450664923d2a60dddbf4385d45fa2 3,071 1.00/1.00 vMB 14
609,302 609,302 00000000000000000008bb063ae680ba1dd9afef0060cf153cc9044f831d727d 3,224 1.00/1.00 vMB 18
609,301 609,301 0000000000000000000aff63917d166dbca5283b80cd65160367c9a1d3080b64 1,417 1.00/1.00 vMB 7
609,300 609,300 00000000000000000001a9882eb6e86626342cb7621fe5563cf6a8b74b92e0e1 1,963 1.00/1.00 vMB 11
609,299 609,299 000000000000000000131c4ef2f90dbec58ef72b7733bf972cedc46215d2996d 2,144 1.00/1.00 vMB 19
609,298 609,298 00000000000000000000b7b7dcffa88df6f386bc281504953e95f2c02a9f9b9b 1,698 1.00/1.00 vMB 57
609,297 609,297 00000000000000000009269d83fd79dc86b8b7ba31c9826165802dd9cfdf573e 3,131 1.00/1.00 vMB 14
609,296 609,296 000000000000000000071baa42a15fbd0166ef6b40f6fd2236dd2f51e5e69eb8 2,174 0.60/1.00 vMB 14
609,295 609,295 0000000000000000000d2af1fc2c9984422d25f1b4b0265a379bc6b81b94cd3a 224 0.06/1.00 vMB 9
609,294 609,294 0000000000000000000b15b1f4f6aede3bc4abda7bcb5560a66e79b2f6f1d20b 586 0.18/1.00 vMB 14
609,293 609,293 00000000000000000014c3cca8df622ba408f315906447e3a593b9abc3a7af58 1,699 0.55/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.86 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.90 GB
    • Received: 17.24 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.