Loading Tool

Explorer IconExplorer

Memory Pool

47,833 transactions
30.28 vMB
0.09830999 BTC
Random Selection Loading Transactions
Max Size: 161.28/200 MB

Candidate Block

Mining Attempt 11904f4a8f16a7f604d99cc5fc50bd450d1f4ad92442ce0c2432c9229cecc1af
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root bb4b494d53b67254618413fb2b8b904e4ff83a52d57d640b57943e6811d65be5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,113
Size: 1.00 vMB
Total Fees: 0.03704747 BTC
Feerates: 150.97 > 3.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (202,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
712,010 712,010 0000000000000000000c62f9ec344551d1acfdfc640f03c68567665d38f5fcc4 1,785 1.00/1.00 vMB 9
712,009 712,009 0000000000000000000a8212046bc2e4752c94ccb0b5b729ed68e121b39cc2cd 2,786 1.00/1.00 vMB 7
712,008 712,008 00000000000000000005e2d226a68bf61f03876d028d12d16aee4446e9bf9acb 2,565 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.