Loading Tool

Explorer IconExplorer

Memory Pool

77,111 transactions
28.82 vMB
0.09713363 BTC
Random Selection Loading Transactions
Max Size: 174.86/200 MB

Candidate Block

Mining Attempt 09ef22bd1119ffe1e38be17cf975eab4e8532a4103db2a3cc614465d2a979cc2
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root fd0c46883c59f2c94b9eddfb8f80c9d71926426ecf802b48af06698e6e548002
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.02939234 BTC
Feerates: 180.82 > 2.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (458,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,172 457,172 000000000000000002305c25e1d971dfdc8acfaa2f735337584caae5062698ef 2,090 1.00/1.00 vMB 114
457,171 457,171 00000000000000000092165b4d580419f5bde340e3d9387005ad4cb84b2ae577 2,472 1.00/1.00 vMB 181
457,170 457,170 000000000000000002528d19712fa506dd0e50ca02a6330a6ba759f9219d3dfb 1,627 1.00/1.00 vMB 180
457,169 457,169 00000000000000000182861ee52a1d89b8925d38d8d45c70b3b47c330630af3a 2,224 1.00/1.00 vMB 271
457,168 457,168 000000000000000000271d593737af78509bf3ac445dfc2558e0ab46908765e9 2,047 1.00/1.00 vMB 205
457,167 457,167 00000000000000000252503989f3d8d35ef3e29757f2f01c1d8d0e445a24f40b 2,479 1.00/1.00 vMB 191
457,166 457,166 000000000000000001e5dd41abe62e3b8e9eb750fd218883c30efefe7a4d6619 1,341 1.00/1.00 vMB 125
457,165 457,165 00000000000000000188e7213c9507baf44003cafd281b7a8cc7087956e11bae 1,763 1.00/1.00 vMB 96
457,164 457,164 0000000000000000021eec129de06ea0d22dc789d0c3f4b5b7af84a35a09b63e 2,174 1.00/1.00 vMB 142
457,163 457,163 000000000000000000c3a9f003b3e0bbe826bddfb8dba7492b9da32fb49612b5 2,294 1.00/1.00 vMB 174
457,162 457,162 000000000000000000724e86c4470ebf68b6a103f639c7bd6d8b7503828c4a76 2,512 1.00/1.00 vMB 127
457,161 457,161 000000000000000001777005ce1e1ef6d639701db572b77ad676dece2257db46 2,247 1.00/1.00 vMB 199
457,160 457,160 000000000000000001c95b6cf32ac77f0d58df8204f0b9a17c44ad0ff8c08d01 2,338 1.00/1.00 vMB 211
457,159 457,159 0000000000000000021ddaa06a5d3e9f3341b085819462b76d8e67e924037501 1,145 1.00/1.00 vMB 160
457,158 457,158 0000000000000000020b5700f44d69f0e0c89d8ab22408555618ea7f802a889a 1,671 1.00/1.00 vMB 123
457,157 457,157 00000000000000000261ddf707af5b482fd2b98e99216dffae3c095f10751566 2,294 1.00/1.00 vMB 231
457,156 457,156 000000000000000001a6bf5949518001a862dbfc19c63681e3ed4eab6233c162 2,067 1.00/1.00 vMB 186
457,155 457,155 000000000000000001449578abe100d40c71f9dcc72d1259637eee270c985418 1,614 1.00/1.00 vMB 139
457,154 457,154 00000000000000000052b284cdffe507cb031c4eb99bb11298d0ced64bfef7cb 1,514 1.00/1.00 vMB 128
457,153 457,153 00000000000000000134c070cb46426e8a96b5c6cc76334859e8ebe4196443da 2,537 1.00/1.00 vMB 126
457,152 457,152 000000000000000000bd463df5df36e4f286c4f7ded4659cb8d77038db2a2727 1,666 1.00/1.00 vMB 177
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: 11
  • 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.