Loading Tool

Explorer IconExplorer

Memory Pool

79,754 transactions
29.72 vMB
0.08013793 BTC
Random Selection Loading Transactions
Max Size: 178.51/200 MB

Candidate Block

Mining Attempt 71e6d75a6731b5662080dcb62b541f47ed2d8629bbe56d18584bed39c5f8acf4
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root d0690c416445b9cc4e77a4ea0b94c6a669874e133d8283e483c6edbdab36542b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,249
Size: 1.00 vMB
Total Fees: 0.01965268 BTC
Feerates: 502.65 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (363,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,027 551,027 00000000000000000022be52d83653cb28d1e647d911aba8bf972a45521ada7a 501 1.00/1.00 vMB 4
551,026 551,026 0000000000000000001309fa5e28b8acdbe0e3771d69a58dc81a66be717d79b2 3,040 1.00/1.00 vMB 39
551,025 551,025 00000000000000000007832e8501315ea9fdd15371eeafe8b1691595671393b7 1,539 1.00/1.00 vMB 19
551,024 551,024 00000000000000000022b40494012337cc3c5d98ce91ea6c9f7beba7747663fb 2,899 1.00/1.00 vMB 35
551,023 551,023 000000000000000000174e3d59303c3fcd7c9e44db8a6fb3e72c67e2fe8eaabc 1,606 1.00/1.00 vMB 17
551,022 551,022 0000000000000000000f9eddc1a3117ff0d54dd3e58eddd3d7ff50eb1da33bb7 1,726 1.00/1.00 vMB 22
551,021 551,021 0000000000000000000b8bcd395a024bb86ff88e117d33614989090c0e81b03c 967 1.00/1.00 vMB 17
551,020 551,020 00000000000000000025d85d0439ff10204847691f8749d869ca79cc2bc0f9dd 2,419 1.00/1.00 vMB 21
551,019 551,019 0000000000000000000e3deeafc3c6ec328ccdb03dd7690d5a12fe9e47629fd6 1,863 1.00/1.00 vMB 20
551,018 551,018 000000000000000000192162c4a9e3ca8ff40425e05784e55536650fb92cfd70 2,639 1.00/1.00 vMB 38
551,017 551,017 0000000000000000000998247224dc18d6a9bd319f1d676c2b7a3ceed8684c71 2,745 1.00/1.00 vMB 37
551,016 551,016 0000000000000000000e4615d2b535d38559cddf5db038ad31ffe0557cbe6464 2,141 1.00/1.00 vMB 10
551,015 551,015 00000000000000000003f66a9648c2811d1e7e8b4de81156012ba6ac356d197b 1,926 1.00/1.00 vMB 16
551,014 551,014 0000000000000000001886b2ddaee5c1a0aec36bba34714dd0a958242edcc58b 2,467 1.00/1.00 vMB 9
551,013 551,013 000000000000000000116fc1d0b12068ca609117dd1febe22d7206fb134b8c0d 2,965 1.00/1.00 vMB 57
551,012 551,012 00000000000000000020be0323f2702ef9be40198084161a8f74461a0eaae3d0 1,322 1.00/1.00 vMB 19
551,011 551,011 0000000000000000000130cffcd2ec948de5f6443b3b5c9b0d74d5e292bf47ad 2,619 1.00/1.00 vMB 51
551,010 551,010 000000000000000000135c9f70a597bce0adb28266df384207a9bea0c0e22ece 2,251 1.00/1.00 vMB 22
551,009 551,009 0000000000000000002014b35c01652c69110aa8aad8a6e9fb61a31d39f38870 2,468 1.00/1.00 vMB 34
551,008 551,008 00000000000000000028e14aa21538cacd8c8386d8f752f0daf13bc9b48dc9a6 1,357 1.00/1.00 vMB 28
551,007 551,007 00000000000000000007b02cdfa385951bb2fe04c1316b442ac566888a0334f8 3,215 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.