Loading Tool

Explorer IconExplorer

Memory Pool

86,513 transactions
32.93 vMB
0.07708311 BTC
Random Selection Loading Transactions
Max Size: 196.30/200 MB

Candidate Block

Mining Attempt 07a691e9279ecce7fb929e0d713d15b81ebb02661ad34fcca6d0860e0bdc4099
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 9739c67c072c0212acc2978cea1fc0dfa997eb256cae35362bb20eb2d75bd375
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,981
Size: 1.00 vMB
Total Fees: 0.01170177 BTC
Feerates: 151.14 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (263,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,688 651,688 0000000000000000000253c6763429e843a8bfe18350ac5378536e94e08e5bc4 1,940 1.00/1.00 vMB 103
651,687 651,687 00000000000000000006639946f13005c34a7698e6fe3b3bc80a5933b08ef4d7 2,702 1.00/1.00 vMB 112
651,686 651,686 00000000000000000006a584ce8703971cbb6fa3e1d878da93bcbafb3c6f70f7 3,162 1.00/1.00 vMB 134
651,685 651,685 000000000000000000007d48be75157976d0d70f38c2a4bd73072fc39e88c934 2,752 1.00/1.00 vMB 60
651,684 651,684 00000000000000000003925548c383e9e7b6208fc8a59eb0f588b1693377cc88 1,087 1.00/1.00 vMB 16
651,683 651,683 000000000000000000050c5ecfc096c16f45a20a005d0043d45e2d6de1f0b0d0 2,504 1.00/1.00 vMB 59
651,682 651,682 0000000000000000000569e545aad5b2e24ea170ce17c0d43d879f53fe122646 2,362 1.00/1.00 vMB 62
651,681 651,681 00000000000000000006717c6edd2c3ccc64dcaec0862beb7f27f63afccfb72d 2,452 1.00/1.00 vMB 50
651,680 651,680 0000000000000000000184a447cde300f82b675a17e08cf24a3db73e84262e69 2,669 1.00/1.00 vMB 60
651,679 651,679 0000000000000000000d244e0802f8c74f9116a60e2d4dbb8530d56f1d2aa902 1,774 1.00/1.00 vMB 88
651,678 651,678 00000000000000000001088daffd6b1eaf9fe81e3dbe522fa31646a5e16a4508 2,885 1.00/1.00 vMB 61
651,677 651,677 000000000000000000033c48f2bf4ae1d0263576a4dd69694a452f3d4564f2b9 2,913 1.00/1.00 vMB 80
651,676 651,676 00000000000000000006316f453939a77d0edfc7cd56edc253c673a664948f17 2,443 1.00/1.00 vMB 59
651,675 651,675 0000000000000000000827157af1fcdb6002fcde064c9cfff0fbd8fd472a0109 2,734 1.00/1.00 vMB 64
651,674 651,674 00000000000000000000389f179ae6766b0c0b341c88487c0dd28fce747f8826 3,140 1.00/1.00 vMB 56
651,673 651,673 0000000000000000000caa36cbcfcb8f413e0d14ab9b5682046e7f2f4ce9904f 3,006 1.00/1.00 vMB 78
651,672 651,672 0000000000000000000a1caf44e3d7bde55a8a8c6514eaf96b2fefad4b924144 2,839 1.00/1.00 vMB 116
651,671 651,671 000000000000000000045984d8ed7a814be1725c654d8ca5380772f7ba6365d7 2,613 1.00/1.00 vMB 107
651,670 651,670 0000000000000000000ad113d1245d768d14b278f139bea1ad268783823fb495 2,513 1.00/1.00 vMB 118
651,669 651,669 00000000000000000002744b294487bd05159c5cef154c23124b5ba7d8daabe5 2,189 1.00/1.00 vMB 126
651,668 651,668 00000000000000000006c40c37c9467a53474b40723a49f7b842ab1198bf60fa 2,514 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.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: 657.32 GB
    • Received: 14.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.