Loading Tool

Explorer IconExplorer

Memory Pool

82,566 transactions
31.09 vMB
0.09261132 BTC
Random Selection Loading Transactions
Max Size: 190.35/200 MB

Candidate Block

Mining Attempt 471f101ba309a6f65a7f203f0eb5fbaedfe3769b6d3b217957622636b2138b2b
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 1c49a1cce9321baa6f217c3adb7e30f2fdc5fbc406f899d2c7f938295ba1577e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.02260992 BTC
Feerates: 100.00 > 2.27 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (268,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,452 646,452 0000000000000000000873deb99cf723ced1ed4428b10cc721b817d3e1256e1d 854 1.00/1.00 vMB 119
646,451 646,451 0000000000000000000c7d4f652efdf4ce5bf14514fffcae7cd098e72185672a 1,690 1.00/1.00 vMB 128
646,450 646,450 0000000000000000000b9cd9e0311118ebfdbaf04c5675383fec4b3f2dc66e5a 2,419 1.00/1.00 vMB 109
646,449 646,449 0000000000000000000f38fba83e19828081db8122de6f8e2a55fffd8ce97460 1,875 1.00/1.00 vMB 124
646,448 646,448 0000000000000000000e2b8347b9c80198a5a29daf28620b8c343658e056a84c 3,130 1.00/1.00 vMB 143
646,447 646,447 0000000000000000000a156944d3cfb2ec5448fa00b2acd8605a3ee303616c37 2,316 1.00/1.00 vMB 93
646,446 646,446 0000000000000000000573783642786d0ceeb43dbf88bec8ff0ab7bf5d9fc222 2,510 1.00/1.00 vMB 102
646,445 646,445 0000000000000000000534adecae2747b8162a0579ff99015ef194d7f352722a 2,846 1.00/1.00 vMB 107
646,444 646,444 0000000000000000000c16f8e249477a4f62043aee6c183ce525bb37ada86216 3,073 1.00/1.00 vMB 132
646,443 646,443 0000000000000000000d54ca5e4d4fbcec5da2108293b7c20cadad1b4b785b1b 3,218 1.00/1.00 vMB 129
646,442 646,442 000000000000000000027de50450a6d3a231c9c1415adcdae6158f24c192499d 2,625 1.00/1.00 vMB 111
646,441 646,441 00000000000000000000cc0f0179918a8407c6adcd727656b650eee3a31e1d2d 2,506 1.00/1.00 vMB 108
646,440 646,440 0000000000000000000b7920206a0cb844c95f8698bc57c228f1a7fa5c103170 1,255 1.00/1.00 vMB 105
646,439 646,439 00000000000000000003e484e7722861473035e83043b6d6752a79b2c7ef656e 2,205 1.00/1.00 vMB 121
646,438 646,438 0000000000000000000b72b1a8b46be9620f4b9ac25d048815cfec8d1b44adb8 2,709 1.00/1.00 vMB 100
646,437 646,437 00000000000000000003ae1d30bd3a9196cd5327b63e40230be78823f3fe0b30 2,687 1.00/1.00 vMB 126
646,436 646,436 000000000000000000078f33ecfde3abc94b09e45fa9fe73d7fd7082be281f3e 2,845 1.00/1.00 vMB 139
646,435 646,435 00000000000000000009ecb8cc7fce05675eb6cb87303ca7e42d8a59971a18d9 2,395 1.00/1.00 vMB 94
646,434 646,434 00000000000000000009dfdde5773942a11e3de83d961fe0227a5836b609893b 1,008 1.00/1.00 vMB 99
646,433 646,433 00000000000000000002f64bd19db4d991736f31adf7f43dbbda1cc2fc9723c1 2,511 1.00/1.00 vMB 102
646,432 646,432 0000000000000000000bff40c59bd1661d9755a86bdd47670dfe9a4f17474514 2,418 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.77 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: 709.33 GB
    • Received: 16.88 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.