Loading Tool

Explorer IconExplorer

Memory Pool

42,786 transactions
30.71 vMB
0.12336701 BTC
Random Selection Loading Transactions
Max Size: 155.95/200 MB

Candidate Block

Mining Attempt 6c1d7f31e3c84d23ccfeeac9f5a1dac3315c4279d456ae7b7d83f85a8a44ebeb
Version 20000000
Previous Block 0000000000000000000164281bb9c4d30def7985f62e854cc0de9866367320c5
Merkle Root fcb66fa78a5673815386d0a48fcdc07a112de783dc538e9370a6f76749b00517
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,301
Size: 1.00 vMB
Total Fees: 0.06179031 BTC
Feerates: 301.60 > 6.19 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,466 (145,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,037 769,037 0000000000000000000026b8e25668ca9dd46aa2b98a8f74c21541018a7f2dce 3,246 1.00/1.00 vMB 29
769,036 769,036 00000000000000000006b816bd38d87f7fac9e97c2535ea58470267886d5c565 3,139 1.00/1.00 vMB 29
769,035 769,035 00000000000000000003d54f9542197440818bbd883b632bc8c79de352165d18 1,858 0.77/1.00 vMB 14
769,034 769,034 0000000000000000000057370aac93756f9f6fd8e92aabeea2fa877de4f66abd 1,027 1.00/1.00 vMB 4
769,033 769,033 00000000000000000006fbb6fe5313e5d8548314c9457d85f96dcd6aa4c90fa8 2,239 1.00/1.00 vMB 12
769,032 769,032 00000000000000000004328c8f7924b45d002dc93a05bedc1fbb046cac5c94ae 2,825 1.00/1.00 vMB 19
769,031 769,031 000000000000000000029ddf0bab0617c8a5703bf8e4fc8154fdabdad09968a3 2,237 1.00/1.00 vMB 13
769,030 769,030 0000000000000000000031c151ca9657d5bc603ba93c3a1b47abf0cb1ddb8520 3,274 1.00/1.00 vMB 29
769,029 769,029 000000000000000000046dd2f2c2cf332a45e4033074a78518b579e030ae2e0a 2,873 1.00/1.00 vMB 32
769,028 769,028 000000000000000000072556820d50c95461a7684acd2e6565933386b2702751 2,247 1.00/1.00 vMB 34
769,027 769,027 000000000000000000066dd5edaf562d9bb956bb6ed2cbea856dde5d1e0d9c56 1,050 1.00/1.00 vMB 20
769,026 769,026 000000000000000000041649422f85ef845f9fba9d35734a959524889bc3b863 883 1.00/1.00 vMB 4
769,025 769,025 00000000000000000003db9088283c35fc8dea6233f0eb515eccc299d67eb425 1,966 1.00/1.00 vMB 13
769,024 769,024 000000000000000000043830e3eb167f57e25fb5f47c9e2d27766f25d2e8c9b2 1,920 1.00/1.00 vMB 2
769,023 769,023 00000000000000000003a1a4bc123d4e3e3e023e33539be1a8619eeb15c6944d 2,200 1.00/1.00 vMB 3
769,022 769,022 000000000000000000068b370a84dcf7be4ca7f49294557e0601afcb97ca3a06 1,445 1.00/1.00 vMB 11
769,021 769,021 0000000000000000000600369fcc2372b8c022148f16a2e3a45eebd9b8d8c53a 2,925 1.00/1.00 vMB 30
769,020 769,020 00000000000000000006e9bf44141ffeb5995d2e3a2db90d512e8bb3013271d3 1,334 1.00/1.00 vMB 11
769,019 769,019 00000000000000000007d357f5d13d543d5d6ad835d32ee2b36b076b81e9e7be 3,684 1.00/1.00 vMB 29
769,018 769,018 000000000000000000037c6030aa814cf33499639709faa206eaa1ff011406e4 1,796 1.00/1.00 vMB 8
769,017 769,017 00000000000000000006850f4bf0f40f387872331687c555f3524f66df46e2e1 2,615 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.18 GB
    • Received: 10.70 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.