Loading Tool

Explorer IconExplorer

Memory Pool

76,194 transactions
29.72 vMB
0.06662760 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt 7fd5733d1940e7fcac1a49cdc42247503bf41f52c561cde06ddb6adc8d062607
Version 20000000
Previous Block 00000000000000000001959d63615e809b1cfe2057393e2a73c4fe2fd66f1d56
Merkle Root 218d80767932b9476776f4fe6e29d2745eb0ed6061035be708680e83909c6256
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,448
Size: 1.00 vMB
Total Fees: 0.00368577 BTC
Feerates: 10.04 > 0.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,190 (299,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,454 615,454 00000000000000000006f8c7cb4df13fb8e9f8ec1af33aa0b0df45c91a261311 2,102 0.61/1.00 vMB 18
615,453 615,453 0000000000000000000cc1c59d80a4444644de6b753c4f5ca6d1c4f91b34ac6e 1,342 0.36/1.00 vMB 4
615,452 615,452 0000000000000000000cb30caa0b235b78f04e750eb026bc0c56e060d5714f54 2,910 1.00/1.00 vMB 9
615,451 615,451 000000000000000000064c4d4c57d0a56095b3ec87dcd183f60ed33617b2dfcf 2,512 1.00/1.00 vMB 29
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
Previous 10 blocks ↓
Total Size: 782.72 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: 707.06 GB
    • Received: 16.66 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.