Loading Tool

Explorer IconExplorer

Memory Pool

45,463 transactions
28.97 vMB
0.13569286 BTC
Random Selection Loading Transactions
Max Size: 150.87/200 MB

Candidate Block

Mining Attempt 456f9a7ad56cac30e0dc1775719d66b73462c342ea54c1cf7cae5a6645ec742a
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 4324fc23720ce9db19f1f357cba3625d4a936cb95c5725028c9c3faa9675dd93
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.04072439 BTC
Feerates: 150.75 > 4.08 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (341,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,811 572,811 00000000000000000006441c10bb6ca41b672943450def719e3e16e4fc4be56d 2,759 1.00/1.00 vMB 54
572,810 572,810 0000000000000000001fd4acf6f6314aa3913b1027ff2e13a98792e5428b38d3 1,586 1.00/1.00 vMB 53
572,809 572,809 000000000000000000165fe12f728d45c6b21106a587f156b3391e99c0800e12 2,891 1.00/1.00 vMB 58
572,808 572,808 000000000000000000118bc6aa47908d0592edab1095139fd61e6b6069b8fa09 2,778 1.00/1.00 vMB 67
572,807 572,807 0000000000000000000be1a3db16729a9a8762f4a1cafcf4007e084349837390 1,661 1.00/1.00 vMB 59
572,806 572,806 000000000000000000111c3e212a2adfe47b9cb6f33eb1965ba615307b7f587c 1,666 1.00/1.00 vMB 63
572,805 572,805 0000000000000000002309d2bcea1e07afb12c2a0dbcd114fac3680160bd3455 2,841 1.00/1.00 vMB 75
572,804 572,804 0000000000000000001f4a21d627c3a105f34b1a2055d0c9d22b013650b5a7f9 2,905 1.00/1.00 vMB 71
572,803 572,803 00000000000000000024ef22fc7359432233b47a1ae43ef9c1172fd88b613801 2,484 1.00/1.00 vMB 64
572,802 572,802 0000000000000000000b1c5b8013bab090e92065046c04b30f4fb5ca0551dd6b 2,747 1.00/1.00 vMB 65
572,801 572,801 000000000000000000190e55cd99d6bf60d47b61c08f90ac575b10a32c896dc7 1,179 1.00/1.00 vMB 53
572,800 572,800 0000000000000000000f27816836f28a593ece40750ffd755e175ad2aeb4d263 3,114 1.00/1.00 vMB 78
572,799 572,799 0000000000000000001caa2c56140884fd9e558db2786f0c9313bbae569ad548 3,074 1.00/1.00 vMB 79
572,798 572,798 0000000000000000000993c7fcaff9b7cbe195dce7761643759e43459f883a3a 1 0.00/1.00 vMB 0
572,797 572,797 0000000000000000001c48480434ab26fe15f8b6639dd6471aaaf8f60e50d76e 2,475 1.00/1.00 vMB 65
572,796 572,796 000000000000000000016416502133bc799d0c8a7caf1c7bdd3bba02faf8d26e 2,613 1.00/1.00 vMB 67
572,795 572,795 0000000000000000002555643e88dcc3f72694974f28a7af6588be6b6eb130ec 2,866 1.00/1.00 vMB 58
572,794 572,794 000000000000000000124e5d72816dbf55bce23740273e232d7d66bd9de37b66 2,929 1.00/1.00 vMB 79
572,793 572,793 00000000000000000002af114ac27f2cebbff6cc7cc64f38fb3460740f07bc2c 3,085 1.00/1.00 vMB 68
572,792 572,792 00000000000000000015c75aa8ac83f0be0049a0e793a54d9dbae60f629ea479 2,733 1.00/1.00 vMB 73
572,791 572,791 0000000000000000002c3e7ea49de583add1868c934beff52823718f07b55e74 3,078 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.