Loading Tool

Explorer IconExplorer

Memory Pool

46,401 transactions
28.99 vMB
0.09538395 BTC
Random Selection Loading Transactions
Max Size: 154.05/200 MB

Candidate Block

Mining Attempt 4d712cf7a52acaa88ff2c5f581b9062ce0dce3c7c82afb66ca425b704c9d6fb6
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 1ad58e24dd1bac7b1ca075add7330838665d4fe55f07035a1aa6304c7a3cff42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,168
Size: 1.00 vMB
Total Fees: 0.03870623 BTC
Feerates: 150.92 > 3.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (82,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,478 832,478 0000000000000000000330de60c8755334d6442ac1b0350022e73efcffaae740 1,452 1.00/1.00 vMB 169
832,477 832,477 000000000000000000025271f9b0f4b66a69baf3df5e9de9e9048bb3e553596f 2,069 1.00/1.00 vMB 88
832,476 832,476 0000000000000000000018d97c5390fa124986e20fd6e1a498bebfcccafd9daf 3,080 1.00/1.00 vMB 56
832,475 832,475 00000000000000000001d607718f67f11565045ec638bc6fe9e60ba60348d927 3,488 1.00/1.00 vMB 47
832,474 832,474 00000000000000000001280ec1abe31c87c90d06afb36b01fbd093efb6a52384 2,711 1.00/1.00 vMB 51
832,473 832,473 000000000000000000003d3eafdbfa3aaae0597e5a807efb7688afbbd1a2d68c 2,949 1.00/1.00 vMB 62
832,472 832,472 000000000000000000009799d0082595ea5f9b4419d6fa29edd54a1ad50d9bc5 3,343 1.00/1.00 vMB 66
832,471 832,471 00000000000000000002cf04c4949ca28c803a7e08042e18fe1cb6ca291011b1 2,701 1.00/1.00 vMB 79
832,470 832,470 000000000000000000030cf4d4e1fd209e7698f77a2c9f6a05d667d0174c32bc 3,018 1.00/1.00 vMB 34
832,469 832,469 0000000000000000000118e37bee9e0c05aa59a51f9287fedc298e83f7478140 2,026 1.00/1.00 vMB 35
832,468 832,468 0000000000000000000217c64eafe048398422c4bbd2592fd65fa67304a369c5 2,608 1.00/1.00 vMB 35
832,467 832,467 00000000000000000000322bde7e626ff7ed82f6785b177b3cf3977bcaeac8ea 3,272 1.00/1.00 vMB 59
832,466 832,466 00000000000000000001f28574ca5a1ea98585a9c18c570457f3cc9379c737fe 3,183 1.00/1.00 vMB 43
832,465 832,465 0000000000000000000117d8e1db68e2ad5e1d0eec473b76edccb3c9ca7df5de 2,816 1.00/1.00 vMB 73
832,464 832,464 000000000000000000033d7c4ba77dbc25f8b0256367cbae026e83e6d8e4c59d 2,922 1.00/1.00 vMB 45
832,463 832,463 00000000000000000002ecf42578a335910c47a427fe8d4e66bd0bb14787de1e 3,030 1.00/1.00 vMB 68
832,462 832,462 0000000000000000000214ba76356388460e869cde0eaea458092c8564c90129 1,947 1.00/1.00 vMB 48
832,461 832,461 00000000000000000000d1519994c47d04a56fcbc5189dec8db6c475f63e7087 2,208 1.00/1.00 vMB 46
832,460 832,460 00000000000000000002dbad2f407ebb077d68929bf5043a62b0f6e435201340 2,657 1.00/1.00 vMB 57
832,459 832,459 00000000000000000002a3f61bddf5d4927be420ba0bc6c7ee5fdb05f1ef61cb 3,443 1.00/1.00 vMB 39
832,458 832,458 00000000000000000002ee9b7b04657d63948ef2e448f36001329ac3ce8101ba 1,302 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.05 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: 650.95 GB
    • Received: 13.37 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.