Loading Tool

Explorer IconExplorer

Memory Pool

73,119 transactions
28.36 vMB
0.06659308 BTC
Random Selection Loading Transactions
Max Size: 167.73/200 MB

Candidate Block

Mining Attempt 72d3c1f60f7a6a79ea39f592f0891c8ba0e59d8d54be32f2ce139e630507feeb
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root b9ddb575440f1aee77ac562b44ad20ba35cad32a78a37a07e6ce4a4c2dc911b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.00980152 BTC
Feerates: 100.36 > 0.98 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (533,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
381,114 381,114 00000000000000000770e6debcdeae4f4c70a5c28c089072fe337ae284f00dd6 162 0.15/1.00 vMB 39
381,113 381,113 00000000000000000ebd9b33c30ba23e5b493f89df0fda23c21ad65c78c2c628 1,146 0.60/1.00 vMB 46
381,112 381,112 000000000000000001b26cf4197329b1a7b415f370da510803871b8d2af753da 1,094 0.53/1.00 vMB 39
381,111 381,111 0000000000000000038e5f00e815095b1309f4baa1434c37fd770a99edba0fce 126 0.25/1.00 vMB 9
381,110 381,110 000000000000000000f8b28a78d2f35c053b5250e887c5bbc3e0b5368457ef4c 555 0.47/1.00 vMB 25
381,109 381,109 00000000000000000282dbcb9fa8dba6c3bda2a261d24f660aecd07385fc61b5 766 0.35/1.00 vMB 47
381,108 381,108 0000000000000000067512c0d609eda2193ff89c8e206d7ebeae0fc5c4dda628 1,656 0.98/1.00 vMB 36
381,107 381,107 0000000000000000118bebec8af9ff1d4d8f51f688886207771df50efae52244 745 0.37/1.00 vMB 37
381,106 381,106 0000000000000000011b227cd228779769b8d33cbbf8b63298a2c9d03fa68ff2 1,064 1.00/1.00 vMB 26
381,105 381,105 00000000000000000890da52faa9a20db946e1fb5a11df4a2376c233351c1671 983 0.55/1.00 vMB 38
381,104 381,104 00000000000000001128690a3d5d5a27b9df932f573fde019a3a15b1bc8b8218 1,529 1.00/1.00 vMB 35
381,103 381,103 000000000000000010cdc063ebbcef97fc8dad101c20a35175e074da1a8f1006 615 1.00/1.00 vMB 16
381,102 381,102 000000000000000009b688fe13647e1fe14b5dd4a2ff5a352b1bc03f2abe9e57 1,256 0.95/1.00 vMB 30
381,101 381,101 000000000000000005d04f6ab4b7c6ab328cfcf24d077f7346421afd18b0ff2c 1,382 1.00/1.00 vMB 19
381,100 381,100 0000000000000000110af88c5fa83630714c52c5b0992435e2059ec936a68468 1,128 1.00/1.00 vMB 40
381,099 381,099 000000000000000008149a09d7d52cb045a6c5019f00dca373685945328fa0db 2,819 0.93/1.00 vMB 74
381,098 381,098 00000000000000000ad5a83ec827ad397f124bf9153195176135d157b722a6ec 1 0.00/1.00 vMB 0
381,097 381,097 00000000000000000e6ece4fc432504d89fc694c64783e3a72d2e4cdbd5bdc37 2,204 0.95/1.00 vMB 48
381,096 381,096 0000000000000000117ce0f3e7483b6d9d87bdbe3d6411080430d9509215bb23 1,180 0.75/1.00 vMB 32
381,095 381,095 000000000000000010e6e8b59808f94ec7cb7a4ae2c30eb55436a78aa81cee12 362 0.19/1.00 vMB 30
381,094 381,094 00000000000000000c4a116f8ef37fcf440b4e81cc9af3a30508f81eac70f8ca 1,325 0.62/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.