Loading Tool

Explorer IconExplorer

Memory Pool

80,510 transactions
29.70 vMB
0.06914308 BTC
Random Selection Loading Transactions
Max Size: 179.30/200 MB

Candidate Block

Mining Attempt 5f1c1843170e48c75bc910e0336dfa66ded50c15f50448cb2c54d3bf6a9ee36f
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ad38d34fae8b07b868041c47ec1de12690a04d4e63f5e8c4cc34409e12bac327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.00860964 BTC
Feerates: 100.36 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (216,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,375 698,375 0000000000000000000ba3ba0f213f739f0aed1ab62eecfa8743c494904e16e5 521 0.14/1.00 vMB 15
698,374 698,374 0000000000000000000cbbd1d0acad95525f82012c26a72e6c8722bc204fb2a2 493 0.18/1.00 vMB 11
698,373 698,373 000000000000000000069c7e4ae6e5ccfa62e95eff4c300d380266ad1e4f192b 352 0.11/1.00 vMB 11
698,372 698,372 0000000000000000000dfbc94af667d9649bb97eb90cbe1cb4ef7182acead75b 1,691 0.71/1.00 vMB 10
698,371 698,371 00000000000000000000c3a7950e2a382d3d956ef283ce992cbdddca447f6f02 701 0.84/1.00 vMB 3
698,370 698,370 0000000000000000000e6adbe918e056aeb9018c1cf14e6677579710d7e281ce 1,704 1.00/1.00 vMB 4
698,369 698,369 000000000000000000054ca3b15e2488b3436616b9fd3ac0b0f89dea0181598a 2,387 1.00/1.00 vMB 20
698,368 698,368 0000000000000000000d107c277c964d8e1e86704cc2024591993aeda7f3d49c 2,021 1.00/1.00 vMB 4
698,367 698,367 00000000000000000004b98d1ba7f2d7cde359e60bcfe9502f21d6c9b65117b8 2,886 1.00/1.00 vMB 6
698,366 698,366 0000000000000000000fab63739c98043ecca528fc6b66a1549f916e63b5c91f 444 1.00/1.00 vMB 5
698,365 698,365 0000000000000000000ece19a44e3d212ec9f406cc24f3d2f9427b38bccf677a 518 1.00/1.00 vMB 6
698,364 698,364 0000000000000000000716bc42d3044119c5c188b3bfcf5ea2a85d7109a80f8d 2,080 1.00/1.00 vMB 9
698,363 698,363 00000000000000000004ce56d74159b25389d1a1ee137024f1f228a7467f4055 2,923 1.00/1.00 vMB 25
698,362 698,362 0000000000000000000a962aefc4b4c6e4180476938fa388058c44b2205237bf 2,152 1.00/1.00 vMB 16
698,361 698,361 0000000000000000000e539bac46b10a354b8b71067e43189a7d5b26f008eb83 190 0.06/1.00 vMB 14
698,360 698,360 00000000000000000005f049afc6f1930779b60ae38bde3f49996de349e5ff48 719 0.42/1.00 vMB 19
698,359 698,359 000000000000000000041ad1a86b5f61d60bcd435e661cd4d7e2e5cbabcf1ead 225 0.11/1.00 vMB 8
698,358 698,358 00000000000000000006f2ec0cb1d9d2a60b649e90b882ada540a726892ad328 1,345 0.97/1.00 vMB 5
698,357 698,357 0000000000000000000b1aa59335eb78d19cc53d29bc72114beb5a4a1be8cd6a 2,154 1.00/1.00 vMB 14
698,356 698,356 0000000000000000000eceec2ed1e306bd8c58183de1340ee052b7d985638610 1,004 0.25/1.00 vMB 10
698,355 698,355 0000000000000000000a98a60556a72ae026fd60385e308e92db5d7bd64498d4 179 0.05/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.