Loading Tool

Explorer IconExplorer

Memory Pool

92,590 transactions
24.68 vMB
0.07743803 BTC
Random Selection Loading Transactions
Max Size: 165.31/200 MB

Candidate Block

Mining Attempt 4c653abf0c95d1820ebd61fc42ffe847112f261b8d5c256df983c0bc13d75251
Version 20000000
Previous Block 00000000000000000000788241f2e3ed37766607093e0204358fc6e2b5654c75
Merkle Root a415667dba7caa13ec7e0c40884e82449386a4863a4606383d1435bcd9ce228e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,776
Size: 1.00 vMB
Total Fees: 0.01897270 BTC
Feerates: 301.07 > 1.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,096 (830,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
85,657 85,657 000000000029cd4cd1bf87f6ec04470e29e76ec719c7d60c6f0ecb07f89a366d 2 0.00/1.00 vMB 0
85,656 85,656 00000000002aeb5a92884fbbb5f1ab7f84743a3ff04e26cc8c5741f8b64ae4f2 1 0.00/1.00 vMB 0
85,655 85,655 00000000002a4e4db9d23696cf8c211fc62490a462be529b58420ed4eaa38fb2 1 0.00/1.00 vMB 0
85,654 85,654 00000000002f3819e4485af3573221227ec60c63e9712e9b951191301594a680 1 0.00/1.00 vMB 0
85,653 85,653 000000000027dbfe6d21a628c59b973c674c1e5e34e0e0810a80f3cc06620193 1 0.00/1.00 vMB 0
85,652 85,652 000000000021bd6e29f09ead658040bec8b028bb0563942435359c45d033e304 1 0.00/1.00 vMB 0
85,651 85,651 00000000000f32c3b528748bbfaacbb71688482551a2a9d8554e7bef3f93d8a4 2 0.00/1.00 vMB 0
85,650 85,650 00000000002b5389b5d0ed46986f6ce09a19d8ee3d17d4a1aead83b0ef2d1cd3 1 0.00/1.00 vMB 0
85,649 85,649 00000000001257c0848eded311fb855bf00bae80db76752fa60c1a0a04f090eb 2 0.00/1.00 vMB 0
85,648 85,648 00000000002b2b8ac7278ca4c2dadc28aa24de3a04fbb6b0f185c5b62a0aa555 1 0.00/1.00 vMB 0
85,647 85,647 000000000007e662ebcf2a00700e8b7b73c16be3cad9a31301dd174947f9f652 2 0.00/1.00 vMB 0
85,646 85,646 000000000025a4b1fd1618bf9751fddecfd54ddb5da86a57f7e33fe1fe2d73f9 3 0.00/1.00 vMB 0
85,645 85,645 0000000000213987f5b8da26afcc9adb82bd404055cec906316aafed3555b11a 3 0.00/1.00 vMB 0
85,644 85,644 0000000000253d44ae38ad7a2c18f78bec6a89af3e275fd983f87c3d324ea781 1 0.00/1.00 vMB 0
85,643 85,643 00000000002e5a2b45db01fcb0a46344a81056bce8bab32d5082e12743f2a4f5 2 0.00/1.00 vMB 0
85,642 85,642 0000000000280e524590c1632ffe309971373feab5c194c1554ed8e4f5326247 1 0.00/1.00 vMB 0
85,641 85,641 00000000001ce4e7586766a77ac025dd274cec18cd33612dbca6e561f0e05b23 1 0.00/1.00 vMB 0
85,640 85,640 00000000000d08a12e7c73788075f72a192a12ffe8a88f499c4f1911dc24b3a1 1 0.00/1.00 vMB 0
85,639 85,639 0000000000151a3983df4380c5059a6d1d1fdd9c418b3bedb63020231c929b1e 2 0.00/1.00 vMB 0
85,638 85,638 000000000024ea49881dd64725764dbdb8082a2ba13029409d37291219b9ea95 1 0.00/1.00 vMB 0
85,637 85,637 0000000000007e281a3fe59db114042754b7689dde607d7f767a58a8a37b4d09 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.29 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: 815.22 GB
    • Received: 24.15 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.