Loading Tool

Explorer IconExplorer

Memory Pool

78,519 transactions
29.15 vMB
0.08274075 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt 88d0ad3428955aef9e1d3d50937bea09bf7e364e1c70cbd38744504850e310fc
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 16a1b43e6fd0994813563376d37dbadc05fcf13b6ebec65903a47bacc1f1906f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,660
Size: 1.00 vMB
Total Fees: 0.02171626 BTC
Feerates: 178.73 > 2.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (299,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,450 615,450 000000000000000000112733d902d419874e85dcc3cba61c29c85dc35a361751 3,027 1.00/1.00 vMB 25
615,449 615,449 0000000000000000000a09b55fd299e76ba25142631fe6206aff0af0e84a096d 1,089 0.35/1.00 vMB 13
615,448 615,448 000000000000000000101bedc21a35000d35333d92ea305c30d25f8cb8d320d1 196 0.08/1.00 vMB 16
615,447 615,447 0000000000000000001050fcf8b658cb2bfbec1c13bd5e5b2ac339d2fb0da427 1,202 0.55/1.00 vMB 17
615,446 615,446 000000000000000000012309f8f43d5979e5b0d8b86ad9ca2bf43f4cb223efcb 1,518 0.42/1.00 vMB 9
615,445 615,445 00000000000000000004fa7b9d3bba9d880570de2d92ac5781be6c66787b7750 2,677 1.00/1.00 vMB 17
615,444 615,444 00000000000000000002f01e49c839b7e13be20fba241f112e9a4634c4ece2c0 2,272 0.63/1.00 vMB 13
615,443 615,443 00000000000000000009c14bd095c227f48b052990b00c4f2c199c2f5a255264 3,311 1.00/1.00 vMB 24
615,442 615,442 0000000000000000000adbf9c4ce0e6a75130d33e1476470ce711a948b7eaf3e 1,456 0.50/1.00 vMB 17
615,441 615,441 000000000000000000109237f2411c8ac02b4550e3d2cd44f802acab9c80f1c5 1,214 0.41/1.00 vMB 14
615,440 615,440 00000000000000000000b446b29598c7077ce80e4ae37b218c0797f70c6b5676 562 0.17/1.00 vMB 15
615,439 615,439 00000000000000000011023057ef6bcbc56e9ba896ca398c2d2416f16586d9d6 1,505 0.77/1.00 vMB 9
615,438 615,438 0000000000000000000b3cb1b347c318cb04c81936ce98f1dbd1b828d4484f71 3,265 1.00/1.00 vMB 7
615,437 615,437 00000000000000000011659d76b84eeb82b7c158a85d0cc1b59ba69812b7b15c 3,342 1.00/1.00 vMB 25
615,436 615,436 0000000000000000000e5532211e49643830b4fdec5853766f3d4a5e4bf0e8a9 76 0.02/1.00 vMB 17
615,435 615,435 000000000000000000119b8d9aff4cfffeed3cfbcf6edca1a8258217731cc368 824 0.22/1.00 vMB 20
615,434 615,434 000000000000000000009e39b0fef76c4f9ff65fa19043763584e7c7af0fb4a9 1,928 0.54/1.00 vMB 13
615,433 615,433 00000000000000000005e180c995220ee5849700593d3606ee0eb26f6de5b5f8 40 0.01/1.00 vMB 309
615,432 615,432 00000000000000000006d2cf7087398582d5091559dfd9a0ee11b1697cf2e5ff 1,157 0.36/1.00 vMB 23
615,431 615,431 0000000000000000000e9eb16107c8fa04f388b09f5c849869d958335e90899f 31 0.01/1.00 vMB 14
615,430 615,430 00000000000000000005cadf179a32ff63a1b1e2a04a9f6d8efbf18aab2263da 350 0.10/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.68 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: 678.22 GB
    • Received: 16.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.