Loading Tool

Explorer IconExplorer

Memory Pool

47,115 transactions
29.54 vMB
0.15292802 BTC
Random Selection Loading Transactions
Max Size: 156.44/200 MB

Candidate Block

Mining Attempt c951348583a866f307765e3df8ad84be09cc44732603bc503be7b5ad11310366
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root ee5b52736a0534d8087a4fbf0868d99641e4044897907e2d848573c58c5811e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,716
Size: 1.00 vMB
Total Fees: 0.08585527 BTC
Feerates: 15,654.48 > 8.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (411,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,361 503,361 000000000000000000213258b525722dd358d320f39a2909383bcb49ab74fe4e 2,706 1.00/1.00 vMB 367
503,360 503,360 00000000000000000058952dc4a075a7b37073a7eecab972355c444c39a03cfe 2,611 1.00/1.00 vMB 475
503,359 503,359 00000000000000000044416ad73c8a7c9ba6bd81614adf655e50e262e3c4257a 1,484 1.00/1.00 vMB 390
503,358 503,358 00000000000000000024b1a448883c1f545420fc45beb6970db30b7a57d39e1e 2,430 1.00/1.00 vMB 476
503,357 503,357 000000000000000000226ff952ec90f1b8d59cee63222c1ba923e5b466400f7a 2,404 1.00/1.00 vMB 574
503,356 503,356 00000000000000000002175a4475fe0bd4465d64e33fc8c457b0339b390608e9 2,742 1.00/1.00 vMB 502
503,355 503,355 00000000000000000038c05cf3e07e3865bb586cfe9a3a7592a4ed434132aa15 1,851 1.00/1.00 vMB 493
503,354 503,354 00000000000000000056159ba0b37759f4a85d17fdc5d8a1bea27e8c2964abad 2,521 1.00/1.00 vMB 535
503,353 503,353 0000000000000000008fabe0bd195b6483d80eaf199bc57b323c7d9e6bad1af7 2,963 1.00/1.00 vMB 576
503,352 503,352 0000000000000000006c778be4da02a87a8dfd8d397ac04f09782cc4d2fd7f3d 2,267 1.00/1.00 vMB 488
503,351 503,351 00000000000000000070448fc25b4c7cf7f6f88ee3eb8c50ec14ebfa644327e7 1,909 1.00/1.00 vMB 469
503,350 503,350 0000000000000000007509b7be375bca8201dd7639d3e43a1990faa189d429e0 1,934 1.00/1.00 vMB 551
503,349 503,349 00000000000000000032c7b4b4f84e3b1ed5ae83e1778fff970fbd7bab143163 2,844 1.00/1.00 vMB 575
503,348 503,348 00000000000000000072b3e32fda6960ed4b33f0419c233e49e5576d442c9a90 1,671 1.00/1.00 vMB 462
503,347 503,347 00000000000000000007f25354614bbf53fe992165d7dc805f368b0c150c6db9 2,631 1.00/1.00 vMB 578
503,346 503,346 00000000000000000046b5ae114de5e96deb7d663b7f8e661205f0f0957128f1 2,728 1.00/1.00 vMB 563
503,345 503,345 0000000000000000004a0b0552fdad0bffe7b33ab84d4055a2c025024be59c36 2,023 1.00/1.00 vMB 462
503,344 503,344 00000000000000000015099493c9d0cfa9f4b9c71b1dca7b2368adec4886a5cc 1,901 1.00/1.00 vMB 511
503,343 503,343 00000000000000000061184c53498fac5a8f797f265d75134fbf78acfb465f0b 2,612 1.00/1.00 vMB 592
503,342 503,342 0000000000000000004cc4d19b47faf548cbfaedde512cf5604098029a3fe5d6 1,904 0.99/1.00 vMB 520
503,341 503,341 00000000000000000059a21d4374216f6fa8b3aee48619ec5647575b56277b0a 1,849 1.00/1.00 vMB 445
Previous 10 blocks ↓
Total Size: 782.04 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.77 GB
    • Received: 13.32 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.