Loading Tool

Explorer IconExplorer

Memory Pool

76,417 transactions
28.15 vMB
0.08465940 BTC
Random Selection Loading Transactions
Max Size: 171.48/200 MB

Candidate Block

Mining Attempt 96bbd897a8dc24834122d2f6c48f8a802ef93656ad760d3ffd192e8448bee385
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root e5bf538adbe8ede201e5a7dbae531aa710c3a9d47c060ddb9ab22eb5a009b61d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,035
Size: 1.00 vMB
Total Fees: 0.02373592 BTC
Feerates: 150.93 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (8,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,498 906,498 00000000000000000001cffd1edc2e1e05fbc30a79087885e9f04caeeabb9e98 4,034 1.00/1.00 vMB 2
906,497 906,497 00000000000000000000d4871ee74b9c1bac67c3ca5a08440b20c5bbc1065e1a 4,425 1.00/1.00 vMB 1
906,496 906,496 00000000000000000000e30adafd4a0baf4876e1a8fd4d12306407f904388998 4,276 1.00/1.00 vMB 2
906,495 906,495 00000000000000000001ebc213adb5a6f0bf117d9960d4695ee6c2a5dd49a70e 3,226 1.00/1.00 vMB 3
906,494 906,494 00000000000000000000968d8cfa28122047b71f993b3c059c14ff47b8175d64 3,090 1.00/1.00 vMB 2
906,493 906,493 00000000000000000001e71a57c007acdece8ef9a65c99abd6efdadf1b76a841 2,853 1.00/1.00 vMB 4
906,492 906,492 00000000000000000001ac562bda78a55b1ae0671c6848ab77b760fa42556c11 1,661 1.00/1.00 vMB 5
906,491 906,491 00000000000000000000fc0ef209e65c5ab112c5f982c53e567751ee3f82b4bf 3,233 1.00/1.00 vMB 6
906,490 906,490 00000000000000000000542fbd5a3a25c64fefb925c9d4703a3b20600df20aeb 992 1.00/1.00 vMB 4
906,489 906,489 00000000000000000001602cd52f5aaeb2461103ed2ed0c73ae8d1f0c2fd76b5 4,068 1.00/1.00 vMB 3
906,488 906,488 00000000000000000000b4c1e43d7a95faddc1afeb34b43e955759da039981d8 204 0.09/1.00 vMB 2
906,487 906,487 00000000000000000000b4da5760fdcac95587781ed104e6b0db2d4dafdc3079 2,463 0.82/1.00 vMB 3
906,486 906,486 0000000000000000000058c20b86fca10d04c2c8bb5450d1f0c148681141f4f0 4,720 1.00/1.00 vMB 0
906,485 906,485 00000000000000000001075548321644d9d7fa92330bec227e03b53004b044dd 1,615 0.36/1.00 vMB 2
906,484 906,484 00000000000000000001638cafe9bb3043dd8747e9b32743d313f159b6e6f7e7 2,017 1.00/1.00 vMB 3
906,483 906,483 000000000000000000005b6f8bee2a11083820cdc6c33d9f9f37856ecc226717 384 0.11/1.00 vMB 2
906,482 906,482 0000000000000000000068b0375e0c7ed1619946996c8fbc28477ee2c66768c8 1,120 0.46/1.00 vMB 2
906,481 906,481 000000000000000000019ee2225c0443042c4cc538b20f72b048d26b9b0032c3 2,775 1.00/1.00 vMB 3
906,480 906,480 000000000000000000005f4142653e35ac0bc6089f19266c1eacb03b1dd59047 117 0.12/1.00 vMB 1
906,479 906,479 00000000000000000001ec9e0ef23de92fe3f0b8ccfe5a1d036376950455382a 2,031 0.74/1.00 vMB 2
906,478 906,478 00000000000000000000b7a757f20cf64ad71b58ea5d4ff378d2102c85101720 460 0.18/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.90 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: 713.72 GB
    • Received: 17.44 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.