Loading Tool

Explorer IconExplorer

Memory Pool

45,392 transactions
28.26 vMB
0.06908671 BTC
Random Selection Loading Transactions
Max Size: 150.15/200 MB

Candidate Block

Mining Attempt b8203689f8841cac8fdec7391b64d4fec046a7b1ef41d619b71b11a6beb82e3b
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root b1bed97cf5b580b350054999f352b15fe9ff8cbbfc63fb744a1f005f2449788e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,460
Size: 1.00 vMB
Total Fees: 0.01564975 BTC
Feerates: 100.23 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (440,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,028 474,028 0000000000000000016a49265d6e50b66602f343fe4e3dc470dbd0464320facd 2,341 1.00/1.00 vMB 229
474,027 474,027 0000000000000000007cb8ea99b960ee13e58e2c54d38795da0bd5acf125cc67 469 0.20/1.00 vMB 210
474,026 474,026 00000000000000000177ff64733e0fcfb216c867a883a5c2f74cfe8f07b0da43 2,000 0.94/1.00 vMB 186
474,025 474,025 000000000000000001357befa696d7cd4a39a91883aa98311b3003630f56c028 185 0.12/1.00 vMB 208
474,024 474,024 000000000000000000cd503068813a61103fc5fc82109fd951cd1d5bbe69a95d 1,792 1.00/1.00 vMB 181
474,023 474,023 0000000000000000007585878cba25c64b333773022bd8408079ab6fbb9deb03 483 0.17/1.00 vMB 194
474,022 474,022 00000000000000000144b5746673b1e3ef5ca51068525fa68e7ca9bc1468b7a3 1,287 0.57/1.00 vMB 189
474,021 474,021 000000000000000000ef17c211b2fe20829e3e8ebe4b78dfbbdb6c03e5ce1a7b 734 0.40/1.00 vMB 150
474,020 474,020 00000000000000000051c31b85f77f6f955eeae1cbe706f19a142c6f7a4882ad 1,222 0.73/1.00 vMB 200
474,019 474,019 00000000000000000029228a3240d762e10f4bfd3245d56fc0849e1da1ddf7cb 1,585 0.98/1.00 vMB 78
474,018 474,018 000000000000000000a604788efedafaecf565174f60c19ebc8ea1260a867e60 2,082 1.00/1.00 vMB 250
474,017 474,017 000000000000000000213417f2e2b838f36324a44d5dc1c4b453e0c569b27ffe 233 0.11/1.00 vMB 179
474,016 474,016 0000000000000000008d3c22afe2c44b7c503acdcbfe852d64342136bd37a087 52 0.02/1.00 vMB 222
474,015 474,015 000000000000000000d70943a9ab0e2ccf3d24ac85cbe0643591208d9e3bdafa 1,522 1.00/1.00 vMB 39
474,014 474,014 0000000000000000005bd2b12d79aa5c3a99102027e45db6f7b92246ce25b2b5 2,226 1.00/1.00 vMB 327
474,013 474,013 000000000000000000511f9cd5f80f742873d5492d26a8884be9d30141b89533 1,349 0.69/1.00 vMB 178
474,012 474,012 00000000000000000143e3f9bbeac8c10c158cafc5d403face5c036368a7ac07 356 1.00/1.00 vMB 20
474,011 474,011 00000000000000000103c6971e9b8a9c8e5544114d8401bc2f9ec49ef4e6c1a8 1,728 0.92/1.00 vMB 184
474,010 474,010 0000000000000000004e24d06073aef7a5313d4ea83a5c105b3cadd0d38cc1f0 854 0.47/1.00 vMB 181
474,009 474,009 0000000000000000013f42f1d974cfb1ce329161c55a3bd838e92de24c67f6c9 1,044 0.58/1.00 vMB 146
474,008 474,008 0000000000000000008c1ef908df004f59d9b83453bbe80b4c0ba5d19d81c52f 1,114 0.79/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.11 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.96 GB
    • Received: 13.67 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.