Loading Tool

Explorer IconExplorer

Memory Pool

88,714 transactions
33.76 vMB
0.14154181 BTC
Random Selection Loading Transactions
Max Size: 199.91/200 MB

Candidate Block

Mining Attempt e9818860c1b0258920e94ee7b892e5f28e80ffa4b1a0b4b17aaa02d6d95ae6d4
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4b5f89cd7069ba00be2535349de8d660d42dda9205501e61159e7a63eee92836
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,231
Size: 1.00 vMB
Total Fees: 0.05698997 BTC
Feerates: 469.97 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (665,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
249,822 249,822 00000000000000610f34b8bfc71534a2906d58530e6d9919cad0be38d31756a7 7 0.00/1.00 vMB 63
249,821 249,821 0000000000000083d94d72f373805f24003010c47784c03f13ba8dbd253b5bd3 165 0.08/1.00 vMB 112
249,820 249,820 0000000000000002221dea6143b84c3e87a2f1329067e44b7b502307754cd2a8 25 0.01/1.00 vMB 97
249,819 249,819 000000000000001d6bab9d593cb70a3c8a7a1524aade7d8d79150728fb703a08 86 0.04/1.00 vMB 147
249,818 249,818 000000000000006ec77fe9481d0a525d89db361845a21d4a6377f61c0f08452c 290 0.15/1.00 vMB 122
249,817 249,817 000000000000006cc6db45b6bf042a15384370235a8502d5f1a31ecea3c760b4 99 0.04/1.00 vMB 70
249,816 249,816 000000000000005ee4b57615938684eba4dcfe5347e0a9ce771a94a58a7150f4 424 0.20/1.00 vMB 151
249,815 249,815 000000000000001d2d48a5f3f4d239c76a32f108bd5f4ee2991e7d164b602aa6 402 0.21/1.00 vMB 104
249,814 249,814 000000000000002a12bf8f09ff25593a1f6ea160c93678019d030f18ab47fc35 17 0.01/1.00 vMB 126
249,813 249,813 0000000000000047f75644e38330df941f89a36122fa381231903e89a4ca3fa7 34 0.01/1.00 vMB 161
249,812 249,812 000000000000003a214b80a6612df626f0049b223f1ddd3fede55a6e6d49f7d5 269 0.12/1.00 vMB 128
249,811 249,811 0000000000000011b97b03219d4f5587034ad0d9ee2778aa43142d15430e31ad 263 0.12/1.00 vMB 150
249,810 249,810 00000000000000545ee2e1dce0efaf91b68fa524a4dd822d59a34c71ad84e8a0 13 0.01/1.00 vMB 55
249,809 249,809 0000000000000030f20d80c7ec410ee34cf3c6253ea6a65f40844ce13d9d7fa3 287 0.15/1.00 vMB 106
249,808 249,808 000000000000004a95954eb7ea92257926f9cd0a69e6e75c00b1308d3c64d474 289 0.12/1.00 vMB 182
249,807 249,807 000000000000002254052740dc503b82a0becf51b1a8f47921665ab5c56f3ce8 320 0.15/1.00 vMB 116
249,806 249,806 000000000000001d0d57e8ceeca7fdaa82a50fdadfab55adaaa62a925d0a1f97 42 0.02/1.00 vMB 119
249,805 249,805 00000000000000152edb68db1d51af62682b7df2900f1269efbaaf3b160f590c 118 0.05/1.00 vMB 160
249,804 249,804 0000000000000008f5f320e49e5410b94db076be0a58c6c72c8e8df0c9faae73 68 0.05/1.00 vMB 56
249,803 249,803 0000000000000013751d6dd436e63ecf3efc91e1a73f758f3b908ad5bcc1b3fc 545 0.23/1.00 vMB 128
249,802 249,802 000000000000005dbc2563b52aba0f969d98028b888ccc4acdb3b85213f8031c 115 0.09/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.30 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: 657.92 GB
    • Received: 14.56 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.