Loading Tool

Explorer IconExplorer

Memory Pool

55,916 transactions
32.60 vMB
0.17217305 BTC
Random Selection Loading Transactions
Max Size: 174.47/200 MB

Candidate Block

Mining Attempt 1d5a276799f1618bdf5b99ae3f5670c25dddea9e48e693a6bd2340aae4face2a
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 33b74810b36f06a37c79e22345db25e5f86bd1324709f74767a4b5d9b4813c0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,671
Size: 1.00 vMB
Total Fees: 0.05991600 BTC
Feerates: 301.66 > 6.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (249,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,119 665,119 00000000000000000003c535b741b467710315d366d941318d40fd127b7a78ce 2,221 1.00/1.00 vMB 108
665,118 665,118 00000000000000000007f29fae3192c2af2a305e27eb8a5b69d8a5c6f7aff2bc 2,498 1.00/1.00 vMB 99
665,117 665,117 000000000000000000086c2324a904894798af28a35ad5e3352536c2c981f971 3,147 1.00/1.00 vMB 97
665,116 665,116 00000000000000000001a661e26093d4154226062b0dabdb73a0ed9120123e21 2,571 1.00/1.00 vMB 106
665,115 665,115 0000000000000000000d6df4ee48de460c0b3d1b369a7f81b00aad11ee2f1e91 2,735 1.00/1.00 vMB 139
665,114 665,114 00000000000000000005f0ca35a71ea192b5c29dc98326d65186a79e7fa18699 2,529 1.00/1.00 vMB 106
665,113 665,113 00000000000000000003f0846dec36cb1f2af58cc2a030b05a01eac3ef5cea50 2,844 1.00/1.00 vMB 115
665,112 665,112 0000000000000000000c6b6ccd7e14f48f4db745f8618d7cdb2050ccde2c3de5 2,811 1.00/1.00 vMB 128
665,111 665,111 00000000000000000007bc3b26c0bed968de9d398afd4942eb9d9161154516d7 2,789 1.00/1.00 vMB 113
665,110 665,110 0000000000000000000ca27aa685b98edaadea58e34c3fb5f35ccf1d86a981d1 1,172 1.00/1.00 vMB 88
665,109 665,109 0000000000000000000ad7582c1ab27c46f83a802bb6106768c319f4c174ce42 2,999 1.00/1.00 vMB 110
665,108 665,108 000000000000000000094e146950ee822cb6ae71ad98ce44afdb3bad7a5b542e 2,619 1.00/1.00 vMB 97
665,107 665,107 00000000000000000009f7a38503feaaab085a78a0b8132d6094454e7c52679b 2,308 1.00/1.00 vMB 51
665,106 665,106 00000000000000000002693d447ac5e6f7bcaa5364ad3f0e752999d4bf67b04d 2,089 1.00/1.00 vMB 33
665,105 665,105 0000000000000000000c97b5fdad2d8f710b499da7ddf2c37b3678bbdf682d71 2,732 1.00/1.00 vMB 93
665,104 665,104 0000000000000000000c9e51d21a137d4b9607e74542387289474a20bc4ab0fb 2,253 1.00/1.00 vMB 64
665,103 665,103 000000000000000000089b8800c405472de44beef688baf67b3075153fbe196d 1,849 1.00/1.00 vMB 50
665,102 665,102 0000000000000000000cd160469e627f8da7ff4b09fec18ddd0b7ccba409c012 2,530 1.00/1.00 vMB 66
665,101 665,101 0000000000000000000ccc6cc5fc2073ed94fa381e0d15e253f63c9d1255c66c 2,110 1.00/1.00 vMB 98
665,100 665,100 0000000000000000000ebb9661093db5c043f7c18bed4c722e60f2bc77e40d9c 2,774 1.00/1.00 vMB 92
665,099 665,099 0000000000000000000d616a77171cb223a0c42da4595b186397bc8cbc120624 2,612 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.07 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.27 GB
    • Received: 13.52 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.