Loading Tool

Explorer IconExplorer

Memory Pool

43,932 transactions
28.19 vMB
0.06919420 BTC
Random Selection Loading Transactions
Max Size: 148.78/200 MB

Candidate Block

Mining Attempt e41bf63dc3942bf5a49e8d6b534153b9b932fe17a18b321ab141911746103432
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root 7c4d09aa2accb6b0fd45c6bcf445e5c1d3e76b0940d85b34a19484f68d55e215
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,511
Size: 1.00 vMB
Total Fees: 0.01596288 BTC
Feerates: 106.37 > 1.60 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (226,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,122 688,122 000000000000000000017cb111b3d23b80eb9b3371c57615c00fa07e645f0025 1,242 1.00/1.00 vMB 16
688,121 688,121 00000000000000000002bbf72fd9694ae9fbbd5b413fbdb50a1e3a35ee14febe 2,967 1.00/1.00 vMB 34
688,120 688,120 0000000000000000000c0d30be75f3a3d4d4b33a0176f2fd84ff026067a4e879 898 1.00/1.00 vMB 24
688,119 688,119 0000000000000000000d962840a3b751f19fc0c3f7d5a450b3fed8919c764615 2,859 1.00/1.00 vMB 34
688,118 688,118 00000000000000000003bb7b8ec1380ee7cd37a351fac270413c28a33f90371a 2,872 1.00/1.00 vMB 49
688,117 688,117 0000000000000000000d64035a2d5eb7e008301482562bc3fccb8b7de10daded 2,605 1.00/1.00 vMB 71
688,116 688,116 00000000000000000006e00383678c938a7b33d44b99a8c52c2a213bf050b261 1,684 1.00/1.00 vMB 105
688,115 688,115 000000000000000000011c4a7e382c5dee6a1a17f2fe633f9edf9a6ca5573161 595 1.00/1.00 vMB 115
688,114 688,114 00000000000000000006cac007822acd754de3b6168af66a565bb6ef2f68b3a8 140 1.00/1.00 vMB 110
688,113 688,113 000000000000000000018178e0f72503576427f88ffbb86d1d0d72def7896e74 1,241 1.00/1.00 vMB 122
688,112 688,112 000000000000000000004aa817fd1ced74bb1113df75280440643dc4a117d938 2,385 1.00/1.00 vMB 23
688,111 688,111 000000000000000000026f9a3f28425fe21d32e17deb5a26a7cba71aba308a79 2,860 1.00/1.00 vMB 37
688,110 688,110 0000000000000000000ac0bf943c7e6faad22e61943f1e5f00b30ba590e4bd3a 1,607 0.62/1.00 vMB 18
688,109 688,109 000000000000000000096e678ac2fcea5a044ddc90c05536e9e6ec8ca1313627 1,852 1.00/1.00 vMB 20
688,108 688,108 0000000000000000000764e28cd90550dbe4b2e5726fa5608f5bcedd2be5ab19 782 1.00/1.00 vMB 29
688,107 688,107 0000000000000000000b34c1f6e18a83f8bbd62faf3d3294b67c323e9dfc85bb 1,890 0.64/1.00 vMB 15
688,106 688,106 0000000000000000000e096936670d4b477c3073e6d7abaa372d8a7b14d5c6f7 2,095 1.00/1.00 vMB 30
688,105 688,105 0000000000000000000b8818e76e55f73275a93034c28e993d7c22499919b713 2,322 1.00/1.00 vMB 16
688,104 688,104 000000000000000000010d5ffde62fa707e64b1b7b21c537925e3032b6abe2b4 2,894 1.00/1.00 vMB 37
688,103 688,103 0000000000000000000b23323fa5c6850d3d2c76fc02fc8ca3d0898427347624 2,261 0.91/1.00 vMB 2
688,102 688,102 0000000000000000000c7972b023684520d7898cdd392a9d675226e84fdd6b9e 2,866 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.