Loading Tool

Explorer IconExplorer

Memory Pool

78,016 transactions
29.07 vMB
0.07026672 BTC
Random Selection Loading Transactions
Max Size: 173.95/200 MB

Candidate Block

Mining Attempt c93f23f022dd91c8f0799f69574da85035938d597bebc6b87954b5d63902bed0
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 62ac3175c347a7b2369ffb1d314ae2def767c571be96c15ea055ed9a232d27e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,267
Size: 1.00 vMB
Total Fees: 0.01139504 BTC
Feerates: 73.20 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (358,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,730 556,730 0000000000000000000de6e814d0f09c74edf5820b4182adaf8dce704100dff5 2,132 1.00/1.00 vMB 6
556,729 556,729 0000000000000000001637f747f950f3809dcb14383c74fa53cd2b1133ea107d 3,032 1.00/1.00 vMB 22
556,728 556,728 0000000000000000002fa58fa8efad99ce5a52fab5e899f53baff80075c4b88f 2,970 1.00/1.00 vMB 21
556,727 556,727 000000000000000000068e06bd11169df5832e2108f8839689ee7cbebb6dfe4a 3,162 1.00/1.00 vMB 17
556,726 556,726 0000000000000000002a0915cd7751cac2005a4d4881fb4873979fa7641316e6 1,127 0.44/1.00 vMB 10
556,725 556,725 0000000000000000000cd417f8ca5f41d457cbcead151f2328644e58bee171c5 1,023 0.39/1.00 vMB 9
556,724 556,724 0000000000000000002e0c351f1180ed05062706994992ccca38cdf135e80b20 724 0.32/1.00 vMB 9
556,723 556,723 0000000000000000002083c710c6f09f65f29f41c817b6e712cde45c49effc98 1,527 0.66/1.00 vMB 13
556,722 556,722 0000000000000000000a149ee6b84863e15f17aae8d64e91e43ea38d49ea2da8 704 0.54/1.00 vMB 4
556,721 556,721 0000000000000000001c7a3c9a28ac34e5a995ab227a6863fc291ae51700af37 1,307 1.00/1.00 vMB 3
556,720 556,720 00000000000000000007b45a10053ac082ac7304385561f8173df46af3b60087 1,377 1.00/1.00 vMB 7
556,719 556,719 00000000000000000029da181b26f2b5c31426cff287ff33b2dc2c58d73fa8f9 1 0.00/1.00 vMB 0
556,718 556,718 000000000000000000185a34a5c23a4f773c6d5b2c1ee1b8b5fea483ccb0b836 1,626 1.00/1.00 vMB 6
556,717 556,717 0000000000000000002b186cc95dac42ad15b6ff23250ac1045f15ac45f81aaf 3,241 1.00/1.00 vMB 30
556,716 556,716 0000000000000000000859505cf45f58b24d2a441b91c7b835a963ccd0fed58b 1,313 1.00/1.00 vMB 2
556,715 556,715 0000000000000000002c57dcfcf1a53f44a5f9afa71c5b45ce03628a53c18296 3,114 1.00/1.00 vMB 18
556,714 556,714 000000000000000000310db63e5acf2facc26d4566b10591a6dc1844b8520de3 1,934 1.00/1.00 vMB 1
556,713 556,713 0000000000000000000bab63b52594e6f350a22385ace8021c812267f3e24d33 2,838 1.00/1.00 vMB 21
556,712 556,712 00000000000000000013568fd97188107f8aba7efc1968fa371f89b273441ae6 2,514 1.00/1.00 vMB 10
556,711 556,711 0000000000000000000da9e7e2edc6c7ef647a4d81c54a5ddc2efcdd2a28bfa3 1 0.00/1.00 vMB 0
556,710 556,710 000000000000000000315079822c043db36e635b8b1d2d37d105bc65f1d50b18 2,868 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.