Loading Tool

Explorer IconExplorer

Memory Pool

83,806 transactions
30.71 vMB
0.08850010 BTC
Random Selection Loading Transactions
Max Size: 188.55/200 MB

Candidate Block

Mining Attempt 0ab39674e60f2cb3b2bf3b85b7a2fecbc88324833e82b0e3f1e01a0370222249
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 9299574decaf0cbf56eab552fa8ee698c4f6866bfc5e57ed6ea5f4c8d00c0dd0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.01966286 BTC
Feerates: 402.60 > 1.97 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (88,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,360 826,360 000000000000000000014d6a62ed7351fb679ca693a47c0b030fe3e6de7b34cb 416 1.00/1.00 vMB 42
826,359 826,359 00000000000000000000f6bc89ea99dd087aa69c82be6e713c2f888d23496312 3,140 1.00/1.00 vMB 54
826,358 826,358 0000000000000000000318551ea0641db6f41aafdc9c80190b7a1cc0eecf7300 2,538 1.00/1.00 vMB 53
826,357 826,357 00000000000000000000efd29532f77f1dbee507bd60f4ea3333ba62b3910d89 3,245 1.00/1.00 vMB 45
826,356 826,356 0000000000000000000054e044c2d98b04652d2d7f9d6d435d53db3917c01687 3,146 1.00/1.00 vMB 63
826,355 826,355 00000000000000000000e983b07381216e88142e7dbbef91000b696539f61511 2,818 1.00/1.00 vMB 57
826,354 826,354 0000000000000000000334cd57909a939b5416dda269c8cb5052758f473a091c 3,328 1.00/1.00 vMB 75
826,353 826,353 000000000000000000021fc0b889b7f6c6685d2579a1333e71199144f731bee6 3,279 1.00/1.00 vMB 83
826,352 826,352 000000000000000000033141f8d577ae3bdc8859a60dbdc951cde2ba5a59de6b 3,274 1.00/1.00 vMB 61
826,351 826,351 00000000000000000000e5114208689c0a62d3fdf1ded3da82da29456a5ca949 2,790 1.00/1.00 vMB 54
826,350 826,350 00000000000000000000fc418086bc7ad6b8c2dcad8297847df49894f6eaf045 2,900 1.00/1.00 vMB 102
826,349 826,349 0000000000000000000286652d3228e4c5f4657db28309632202905732aa040f 1,048 1.00/1.00 vMB 41
826,348 826,348 00000000000000000000c8dd5a33dfb4b67b045a078e06e98fb701c6c809bbe9 2,292 1.00/1.00 vMB 55
826,347 826,347 0000000000000000000147505b6136b7e234d4d96d2c611af6d47d24ef5901a7 2,611 1.00/1.00 vMB 58
826,346 826,346 00000000000000000003a7c3c7b1d277646dff98ab6eb4acef404eab2fd68a14 2,684 1.00/1.00 vMB 59
826,345 826,345 00000000000000000002ae5bf8225365aee00d06dc1ac68c2b434a284892bacb 3,377 1.00/1.00 vMB 40
826,344 826,344 00000000000000000003c1e6b3c4fb80538fbcc6aef8243ffc286c646ee9a686 3,121 1.00/1.00 vMB 67
826,343 826,343 0000000000000000000374c9151e09a2851e29dd67ea394586421696a533d128 4,044 1.00/1.00 vMB 45
826,342 826,342 0000000000000000000207bf241b997a20d79b8253b8bd92336ade6e2c3f8ce9 5,629 1.00/1.00 vMB 44
826,341 826,341 0000000000000000000063577b5d142cdf23a744b30ed7ccb7dc149c9ef4b000 4,818 1.00/1.00 vMB 40
826,340 826,340 00000000000000000001bda3ec5d73804020d2e18aa7fe79577b750dddbf5513 3,962 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.