Loading Tool

Explorer IconExplorer

Memory Pool

37,980 transactions
26.80 vMB
0.05330539 BTC
Random Selection Loading Transactions
Max Size: 139.29/200 MB

Candidate Block

Mining Attempt f98667f5e3f057168c71346b8caf2288519443a5c740a495a5dbf85667d51d1c
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 8140fea129ebe50c9e4912cd9de5b83485414bcc86206c3cc31616be4935fcbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 542
Size: 1.00 vMB
Total Fees: 0.00393777 BTC
Feerates: 44.54 > 0.39 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (202,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,035 712,035 00000000000000000002406c188ebb81c56df419018c742d8994e250bbf9c693 1,861 1.00/1.00 vMB 10
712,034 712,034 00000000000000000006fd5120dc23c5a1cf87544f18c1fdada544206ec9d92f 1,440 1.00/1.00 vMB 3
712,033 712,033 000000000000000000081887fe4fb89c1f7ccd1cc29b5aafdeb972f59eada966 3,057 1.00/1.00 vMB 18
712,032 712,032 0000000000000000000ac4cfb82eee647ba7e04f88aea35ca3bd6b357fc2bb65 1,430 1.00/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.