Loading Tool

Explorer IconExplorer

Memory Pool

44,507 transactions
26.63 vMB
0.06266343 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt 905eace58e2a32320b15027294418bc32c5aa5bcca0f8dbba7fc43ab0326d5df
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 279c2c513e5e9c21a4cfa6c463e6cd1b491f53d87f1abbb3b487e20b12b28087
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,283
Size: 1.00 vMB
Total Fees: 0.01370925 BTC
Feerates: 100.36 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (461,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,187 453,187 0000000000000000012f5ecf78e6018800c5bf671afc8a27fa86dc593d27887a 1,803 1.00/1.00 vMB 98
453,186 453,186 00000000000000000186122509339b2c6ee57665e7a50c4a1d6aa2280dae75b2 2,211 1.00/1.00 vMB 119
453,185 453,185 0000000000000000000c2fb7f5952f7a49cf18983004ee4b5eba407926be0c16 1,870 1.00/1.00 vMB 121
453,184 453,184 000000000000000002604f95d6f72bbe93035a5b17b3b30c5a9bc31d43fdf77b 2,259 1.00/1.00 vMB 161
453,183 453,183 000000000000000002537dcadc89fc4be3118c86162df7606700335bf03f6e6b 2,109 0.93/1.00 vMB 108
453,182 453,182 00000000000000000266c159fc6fc1340b6dbfb77434c89bde784afc725354e8 2,497 1.00/1.00 vMB 120
453,181 453,181 000000000000000001db9e01da0fa2dccf579ed5ff20c5906814d0184f737f82 2,292 1.00/1.00 vMB 130
453,180 453,180 000000000000000000a84227c9c6c491e7e03bff22a897a0ebbf3a3d895485a1 2,035 1.00/1.00 vMB 120
453,179 453,179 00000000000000000158de01eb9bbeeb16175233f85702066ee0322285b62d32 2,219 1.00/1.00 vMB 85
453,178 453,178 000000000000000001c1fd1baa43f0cbff5a8150aca7bc8e119eca070d157091 2,345 1.00/1.00 vMB 138
453,177 453,177 00000000000000000225d154540ba6d4619db77776b57e181299fd78a207c1da 2,156 1.00/1.00 vMB 82
453,176 453,176 000000000000000000b1cebacba41d5a51a10786f6358c835df30c8ff1afa9dc 2,166 1.00/1.00 vMB 112
453,175 453,175 000000000000000000e66f10e338423ae85a79fe478b86b6446b882af2b4b699 1,841 1.00/1.00 vMB 165
453,174 453,174 000000000000000001cc485e00fa3f2a550bbb2908798ecda4c6ab37570075a5 2,565 1.00/1.00 vMB 95
453,173 453,173 0000000000000000010ecc25ef2412091c5c5aec7b972b83d05f30df93bbe1e3 1,280 0.63/1.00 vMB 90
453,172 453,172 000000000000000002390016f1ba39ee9322afcbf7dcd731ff32c967d2de8527 2,793 1.00/1.00 vMB 141
453,171 453,171 0000000000000000012bc2b630c2d635dee6a1164e1c8901e91ade40d2a31e39 1,928 1.00/1.00 vMB 83
453,170 453,170 0000000000000000024ebdb53f229eb6b3eef6e30f955b1a6d3d471b861b7e0c 2,594 1.00/1.00 vMB 136
453,169 453,169 0000000000000000008c6ff78890f92f91032ff30e19b21e68983d28d6e935e5 1,825 1.00/1.00 vMB 91
453,168 453,168 000000000000000001e42e4b7c250c3175f856d6fe9652de81a2f789a341431c 2,385 1.00/1.00 vMB 130
453,167 453,167 000000000000000001eb681883d962c0b59af96ad20413ad3643b5e8a5872525 1,945 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.91 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: 645.66 GB
    • Received: 12.75 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.