Loading Tool

Explorer IconExplorer

Memory Pool

79,594 transactions
30.15 vMB
0.08267609 BTC
Random Selection Loading Transactions
Max Size: 183.91/200 MB

Candidate Block

Mining Attempt 68a07913cef932f7f4902206cd6dcdac44e2d3e3df9bb6ae2ced5fb86cf8033c
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root bc0a05039d1c6d3a8f7c836dd83a2854d825416acd952ea261231fb49e995070
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,996
Size: 1.00 vMB
Total Fees: 0.01530229 BTC
Feerates: 200.00 > 1.53 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (452,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,491 462,491 0000000000000000019b14f66788d935f2673f912828d3c08961dd3133c64f75 2,200 1.00/1.00 vMB 133
462,490 462,490 00000000000000000167b5bae4b3a85bb2703d10cd3c1285da3bc2dc38022825 1,114 0.37/1.00 vMB 188
462,489 462,489 00000000000000000102efae3283897f29b75b6009932f66aac71fcc0db9a3b3 2,953 1.00/1.00 vMB 139
462,488 462,488 00000000000000000145ba7b46c35354b33ec82110ee7c61aead5268fa111488 2,745 1.00/1.00 vMB 121
462,487 462,487 0000000000000000005340dd0874c9c0cc336cf25beb43c635af876bf6a7ac7c 2,084 1.00/1.00 vMB 121
462,486 462,486 000000000000000000a16e3cf253820ffcde1da13f254965c254d0dc068a8769 2,819 1.00/1.00 vMB 147
462,485 462,485 0000000000000000007bb743499c3f1acae7ac351b65a3bfffcf53786fc11bef 2,304 1.00/1.00 vMB 169
462,484 462,484 000000000000000000ac1f7337a95a84b7094449dee4093feaba00559b24b76e 2,712 1.00/1.00 vMB 197
462,483 462,483 000000000000000000e6d3a5fcb5302a36d9e448fe5e1d33adc826b90f61f931 1,976 1.00/1.00 vMB 128
462,482 462,482 0000000000000000006088c8b47c5672936715933380549bcafdf58e15f814ad 1,265 1.00/1.00 vMB 134
462,481 462,481 0000000000000000003a671589a8eccc524d8b4118a95a880b8787f4e1b042ba 2,472 1.00/1.00 vMB 126
462,480 462,480 0000000000000000006a6f2ccb954e83f2ba3678c67cd415ded8432b4dab3e65 3,425 1.00/1.00 vMB 128
462,479 462,479 0000000000000000015d89fd3f8169cf90a8249ebef48355e1e84f4aa40bd1e8 1,898 1.00/1.00 vMB 154
462,478 462,478 000000000000000001d23d06a74cfc8f136bbfa4efc568b108a78a8f520493a3 121 0.05/1.00 vMB 186
462,477 462,477 00000000000000000129f3f3650e1c16b29d8e81d9b4461dc757eba1a2e8be35 2,235 1.00/1.00 vMB 131
462,476 462,476 0000000000000000012ca16b036ff4982342d89ab342d1defe3845ceb476295b 2,224 1.00/1.00 vMB 181
462,475 462,475 000000000000000000f6240bf86798859177f05d79106a038fa3b987d73591dd 2,442 1.00/1.00 vMB 240
462,474 462,474 0000000000000000002b3a0b16dd9d318cec3ead24923f4a79a5b435f667f3a5 2,088 0.93/1.00 vMB 130
462,473 462,473 00000000000000000135a99791715520d648f70ba0f83afd75894c2b02b76dfb 2,740 1.00/1.00 vMB 194
462,472 462,472 000000000000000001162b8b34cf6164b3850061f88bd27161174f68f18a8520 2,116 1.00/1.00 vMB 183
462,471 462,471 000000000000000001fec719b3c14025758bbf58e644ea6d67b1d32046010d81 1,458 1.00/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 783.04 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: 719.68 GB
    • Received: 18.13 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.