Loading Tool

Explorer IconExplorer

Memory Pool

50,741 transactions
29.05 vMB
0.07377208 BTC
Random Selection Loading Transactions
Max Size: 156.91/200 MB

Candidate Block

Mining Attempt 20b2e03021d53b50ec679cb0f38dad898c554d492a1aa5bca0effdf4ab5ed6dd
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 3b0e9882d90da4d163b04bd29d0c992c89618d68f5c66004528bc8391c0d4025
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,118
Size: 1.00 vMB
Total Fees: 0.01836402 BTC
Feerates: 173.90 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (202,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,031 712,031 00000000000000000006a289f2d2560784e7ed1b8270d453f29be875971b2d13 1,250 1.00/1.00 vMB 9
712,030 712,030 000000000000000000072e76c2c3a344a2ec47fff350d9374bcff2e5566b70d4 2,744 1.00/1.00 vMB 24
712,029 712,029 000000000000000000030d2ca481edfb19a9a344ac134934af7e8ac3baf6aad1 2,112 1.00/1.00 vMB 7
712,028 712,028 0000000000000000000022e77fdb87a604b4fdfb28cbea9830e1020ddc3f2859 2,113 1.00/1.00 vMB 7
712,027 712,027 00000000000000000001abb3b1801eb4306e0cad353193ae1ba80850be2bd2be 1,694 1.00/1.00 vMB 11
712,026 712,026 0000000000000000000aaf7395d811c17bc00965bd7aeb07268d8f0c5701cb2b 2,308 1.00/1.00 vMB 18
712,025 712,025 0000000000000000000c3fce498c48dde80f83fca7a1077d018072a74da93231 2,278 1.00/1.00 vMB 14
712,024 712,024 00000000000000000008a854e6c02821801069ceec020cf492ef9110dc621d13 2,792 1.00/1.00 vMB 31
712,023 712,023 0000000000000000000a0b9bd4c5634332adb8ab1a0ceea4704876a6e332aba6 2,581 1.00/1.00 vMB 10
712,022 712,022 000000000000000000069de5e0c8e5defe8da8d21977c485b1ca93faf9f74f04 3,022 1.00/1.00 vMB 3
712,021 712,021 000000000000000000053b881b7cc4e0b6e6d1ff389632d7dc04cb968dbb1cf4 2,686 1.00/1.00 vMB 19
712,020 712,020 0000000000000000000c8cfe12dbd35103bc32e23cebfb86555ef756fbef6c0a 2,831 1.00/1.00 vMB 4
712,019 712,019 0000000000000000000171018ddc9f32139a1f0d24c6c7b436eeb27870ed6a11 2,814 1.00/1.00 vMB 8
712,018 712,018 000000000000000000027c48e4dfc019a4dbe6406012be1217a01086c05cefbc 2,134 1.00/1.00 vMB 10
712,017 712,017 0000000000000000000821f060c9c6d53a9790c5a714b241c5869b41be303bc1 2,409 1.00/1.00 vMB 14
712,016 712,016 000000000000000000035e0d036ecd9932ae83a4f36da9386bd8476b88943575 1 0.00/1.00 vMB 0
712,015 712,015 000000000000000000075b4adeb64b7a56aaaf64d2cf674d6abd8fd134151cb2 2,861 1.00/1.00 vMB 24
712,014 712,014 00000000000000000000cec5a76c133cd26313b21a0a82a699b6e825675a28f5 2,563 1.00/1.00 vMB 15
712,013 712,013 00000000000000000002492fb95598001a3dbdbfa760f5c9a94a6135b7edd5be 2,790 1.00/1.00 vMB 27
712,012 712,012 00000000000000000002f61cf8db8aaa0ba5c50dd0edf7052d5866c36a7a89b1 3,028 1.00/1.00 vMB 26
712,011 712,011 0000000000000000000a8907c4f5568482267ee18c46790af359cc476341471f 3,018 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.