Loading Tool

Explorer IconExplorer

Memory Pool

47,691 transactions
30.23 vMB
0.09679787 BTC
Random Selection Loading Transactions
Max Size: 161.02/200 MB

Candidate Block

Mining Attempt a406e3a40c7114df5e435a20eb8fea7a0420f29eb505a4e606a26a539b7610a5
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 1f8bd93bf21642b2ae784646a4b3901fa99645f4260d4cafe5e7bff8d09f1bff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.03598388 BTC
Feerates: 150.97 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (453,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,494 461,494 0000000000000000015372917c5bbbfeefd05cba4df701ae12d3541ec4706111 2,080 1.00/1.00 vMB 143
461,493 461,493 0000000000000000020f0da62b9e9e17471bfa41578bf4e4b52909be624f3e09 2,624 1.00/1.00 vMB 176
461,492 461,492 000000000000000000e060a724fd416d6413c2a68dfe2ef9e20fdc7a5d1560e5 1,927 1.00/1.00 vMB 152
461,491 461,491 00000000000000000006c1b0b9b0b2b88cc8891962d7e1de02684c7530494d87 2,588 1.00/1.00 vMB 178
461,490 461,490 0000000000000000022efb71cd49671b64227bf484eddcafc985a3b6f161b0b1 1,379 1.00/1.00 vMB 119
461,489 461,489 000000000000000000aa1a2fdd8d62b0e8a83597591fe33dbf513ac070ef2c65 2,411 1.00/1.00 vMB 187
461,488 461,488 000000000000000001629810096ec5cff39a4cd5de8f3e759fab805fe00e247b 2,691 1.00/1.00 vMB 242
461,487 461,487 0000000000000000002263322ec6f13f4c145478448f0c69736313d1de43a7ea 1,995 1.00/1.00 vMB 157
461,486 461,486 0000000000000000007959a6776997c4e1c75d19e0b1fbe76843db0f1b9c3baa 3,080 1.00/1.00 vMB 182
461,485 461,485 00000000000000000013427b694e84730a7383794acf1043f00470baa443d648 2,132 1.00/1.00 vMB 327
461,484 461,484 00000000000000000076baa5733bc531b6e82bdc0c85f2f0604a2985dea73995 1,689 1.00/1.00 vMB 143
461,483 461,483 00000000000000000112e9e8798346972a7469847ab0e2b556078d95215a2958 1,819 1.00/1.00 vMB 132
461,482 461,482 000000000000000000743a7165a124b2d55eb85bba525dcf63e7922ad883d28c 1 0.00/1.00 vMB 0
461,481 461,481 000000000000000001eea8ad37917dee9fc52a1a19e7952e8e1606a8d9e0c307 1,378 1.00/1.00 vMB 99
461,480 461,480 0000000000000000008337f5a8f875ceeb5a4bc076615a1790ffe3e355063e38 2,727 1.00/1.00 vMB 160
461,479 461,479 000000000000000000e730da106c6f23a8c4e918a6640d1d2fde37494539da51 1,271 1.00/1.00 vMB 123
461,478 461,478 00000000000000000164b16864baed0ff60be27404a532b125020241872e8494 2,193 1.00/1.00 vMB 144
461,477 461,477 000000000000000001f4cc0d0ae0f1efc7c41d59e2900aed572a2c00a8aecceb 2,883 1.00/1.00 vMB 132
461,476 461,476 00000000000000000174914f7c48fee5438801eb0ebbdf78205889c6893d2cf7 2,277 1.00/1.00 vMB 166
461,475 461,475 00000000000000000112dadc07e555fbdca564f49feca1df954ba8ad86b2ece5 1,965 1.00/1.00 vMB 140
461,474 461,474 0000000000000000000721ec6f21339325f9167459e01912a2836b42a94d4538 3,031 1.00/1.00 vMB 268
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.