Loading Tool

Explorer IconExplorer

Memory Pool

33,234 transactions
25.10 vMB
0.05003346 BTC
Random Selection Loading Transactions
Max Size: 127.27/200 MB

Candidate Block

Mining Attempt 5ef51eb1ea2e89d38bbc9a6fba39408e1d77138a9cdd095c69a48f8182ccfab6
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root 794c4058221d706c7fd1978bcaff5ad0e490ee055e7c2e5f9f6088b75d6f43e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,636
Size: 1.00 vMB
Total Fees: 0.00483368 BTC
Feerates: 40.21 > 0.48 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (227,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
687,319 687,319 00000000000000000000559675548d04c832cd88d2f97d8a1640dc522818a65f 617 1.00/1.00 vMB 10
687,318 687,318 000000000000000000035d82713a9fdcf81a8ab6aad724c273d6922f859466a7 1,222 1.00/1.00 vMB 15
687,317 687,317 0000000000000000000ad8a7d6e55c2d266b30ce2ba111da47aaa8bc096b0b90 642 1.00/1.00 vMB 37
687,316 687,316 0000000000000000000c9cba69571eefa47d09b3495b85108de1d6f97dd96a57 550 1.00/1.00 vMB 17
687,315 687,315 0000000000000000000d05253e75f66e3ef9a87bc5da62d9b176fbecb3618bf0 2,243 1.00/1.00 vMB 34
687,314 687,314 00000000000000000003afd6716774fba8694f6b616f6ca5903145f1566caa33 1,740 1.00/1.00 vMB 17
687,313 687,313 00000000000000000005f1513ed3c6530075a47d573d0c33a387e4b5bcf4bb9b 2,242 1.00/1.00 vMB 28
687,312 687,312 00000000000000000005805b85f7b8e456ebe004e5cfb2ad573e56cb731fedb0 2,601 1.00/1.00 vMB 17
687,311 687,311 0000000000000000000cdc777e2a0070ebfb13fdf6defcb20b3a45ac6e75106b 1,951 1.00/1.00 vMB 20
687,310 687,310 00000000000000000001e985702aa4514b02bbe4c66c50352e6349ee109286ea 1,486 1.00/1.00 vMB 19
687,309 687,309 0000000000000000000164e124fd99af89ac54407baed3c0b9d6f9c751f1108f 1,991 1.00/1.00 vMB 33
687,308 687,308 0000000000000000000a21bb5687f6b9541fa8e89d5412caaffdc0ccdabef218 2,037 1.00/1.00 vMB 8
687,307 687,307 0000000000000000000473f822e15b9e6e3d4852c12144f60913f2968fc08b59 1,751 1.00/1.00 vMB 36
687,306 687,306 000000000000000000051a341a702455d977b332d7339f0020f62bc24e41febd 1,693 1.00/1.00 vMB 6
687,305 687,305 0000000000000000000cc05e7039dc139d2f2b90e6bf486c37ee1849ff6333bd 2,113 1.00/1.00 vMB 14
687,304 687,304 00000000000000000003c35257dfd939f7ef691eb95a035cf63c55ed43763a80 1,590 1.00/1.00 vMB 8
687,303 687,303 0000000000000000000ab8ae572b22d96572544cc06c3a154be2ec51af699817 1,982 1.00/1.00 vMB 37
687,302 687,302 000000000000000000059451135f50d188c852ef5e3ab570270a50ccba1314f0 2,284 1.00/1.00 vMB 32
687,301 687,301 000000000000000000077e8cfc1f009e2b5661e46723ef55cc2260cadfd90600 2,169 1.00/1.00 vMB 42
687,300 687,300 00000000000000000001c9a39efe24d25134bb7f1f445e7e953dbac3c5489eca 2,476 1.00/1.00 vMB 47
687,299 687,299 00000000000000000000cb5cb442ea79618456693c6925175f09f9bb2e9421ff 2,599 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.81 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: 634.88 GB
    • Received: 12.27 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.