Loading Tool

Explorer IconExplorer

Memory Pool

79,950 transactions
30.55 vMB
0.08038852 BTC
Random Selection Loading Transactions
Max Size: 185.51/200 MB

Candidate Block

Mining Attempt 4345df928af47f0afcd08f15c976b15507ce086f2f22ed1f03529d948ebbd4e3
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root f0acf43bb06066b2e4ce448d9d86ff2b509cf3326af7c6f1d89c104f4431b095
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,346
Size: 1.00 vMB
Total Fees: 0.01511760 BTC
Feerates: 351.58 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (455,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,306 459,306 00000000000000000150f33847356e1edb783f38d53629ca077c95e2fce1b00d 1,230 1.00/1.00 vMB 102
459,305 459,305 000000000000000001d62245be96c04e65a506ef6f743719d11bf716841f0590 1,520 1.00/1.00 vMB 136
459,304 459,304 0000000000000000012f3beb4c35b871865c455c36acaa91aef8474f7b2535e5 2,009 1.00/1.00 vMB 152
459,303 459,303 00000000000000000200b950aaa290fb53a1852e7acf43254d7d9f9016489255 1,650 1.00/1.00 vMB 109
459,302 459,302 00000000000000000148c3b453808d15bd53e21e6dab02ec8f5c612ecdbf81e9 1,887 1.00/1.00 vMB 139
459,301 459,301 00000000000000000042363e69108c1652a70b7dfcd3601a62a73a72def77a80 2,058 0.99/1.00 vMB 190
459,300 459,300 00000000000000000045402db7645f9cc68a9a88707e2df7332ed6362217c6d4 2,012 1.00/1.00 vMB 140
459,299 459,299 00000000000000000204613a651615e9121ca2d951e7917b9556a9bac50515a6 1,578 1.00/1.00 vMB 132
459,298 459,298 0000000000000000014582d937dcf40ecd99460b017718c7c642a375e21e1627 2,371 1.00/1.00 vMB 132
459,297 459,297 00000000000000000208dae79c36bc065cb7cf6d67f1bd9e087527fbdfe9a72b 2,017 1.00/1.00 vMB 150
459,296 459,296 00000000000000000098e8903faeca97d35a975797a87b1f46c19947f58fa1fd 2,683 1.00/1.00 vMB 260
459,295 459,295 000000000000000002428047e3d7f6453d939f639c964ae350d2398647ab59ba 2,345 1.00/1.00 vMB 191
459,294 459,294 000000000000000000ac62e8bbe6c84f67f188b6fa4208ac71e1689184f8a249 1,579 1.00/1.00 vMB 108
459,293 459,293 0000000000000000016e714386fb26e4e74a18de7a4afb85f8d657f8d22392e9 1,465 1.00/1.00 vMB 97
459,292 459,292 00000000000000000215c88c5a8633b7f0ad9ae2b2be6ae0c5b1c553ee9a8b12 2,529 1.00/1.00 vMB 177
459,291 459,291 0000000000000000009c828b40de21a3c826aca6815538e1bdec573a2a71dffa 1,460 1.00/1.00 vMB 102
459,290 459,290 0000000000000000018b9c31282ae912ccfbf15ece411065ea1742e1fff3e12a 1,821 1.00/1.00 vMB 132
459,289 459,289 0000000000000000010886ec7d9ff9bf5ff5325e91331a69061c950161d97feb 2,411 1.00/1.00 vMB 175
459,288 459,288 000000000000000001614e1b854110335dd2a8f2abdfc12d547c662654c8a41b 2,082 1.00/1.00 vMB 146
459,287 459,287 000000000000000000dfc68dced6cf64523e1feb7d56728160d9e69e86554de1 1,323 1.00/1.00 vMB 188
459,286 459,286 00000000000000000109df364e681cd08e66a2ccdb2ba1f6b3c8cb0e88bb1c2e 1,046 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.75 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: 708.64 GB
    • Received: 16.74 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.