Loading Tool

Explorer IconExplorer

Memory Pool

39,986 transactions
19.62 vMB
0.05518705 BTC
Random Selection Loading Transactions
Max Size: 109.27/200 MB

Candidate Block

Mining Attempt 9188e5e027b994e30c3fb0487d490f1801259f4837f1599f1694cdeb69c6c90d
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root 82c29554851f79f73ea45d9868defc1174849ab8ce907344173f0cd3c6c21144
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,804
Size: 1.00 vMB
Total Fees: 0.01708996 BTC
Feerates: 106.21 > 1.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (827,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,869 86,869 0000000000031d4e9f4e96ac010a9ecd635c7eeb6080e391dfbd7d51f1cb8dc0 2 0.00/1.00 vMB 0
86,868 86,868 00000000001b3a8ad25cd8bf6aab6025c04d7827a29bc6644bd8a4abe2a02017 15 0.01/1.00 vMB 0
86,867 86,867 0000000000009ff2840fe6811aaecf105cc73f23eb4b2d6fdb34b51f0a9884c0 4 0.00/1.00 vMB 0
86,866 86,866 000000000006e8bacdc08af1ef3a2cc391a00e7ba3a89d80a6c057699b3ea640 7 0.00/1.00 vMB 0
86,865 86,865 00000000000f89df9b3307d47d486513b71b0c8dcfac29a4ed72b2eae2d744d7 5 0.00/1.00 vMB 0
86,864 86,864 00000000001ba96fda9f7c7f6cc926d5e8c39c89bf4855be2c972b5957e8e456 4 0.00/1.00 vMB 0
86,863 86,863 00000000001a6139c7dc97cfb46e0dd3296d46f0ad0cfef79a14d088cb45fd2a 9 0.00/1.00 vMB 0
86,862 86,862 00000000000c7382a8150e7975464c1b3394d28db7423f1957e71980346d2fcc 9 0.00/1.00 vMB 0
86,861 86,861 000000000001e7556eafde2b8ff335128284b3bd0e6046c452495925e050a086 11 0.00/1.00 vMB 0
86,860 86,860 00000000000b187e60aaa0e628b2977806dc7a47f5886aed744e8633045cf556 3 0.00/1.00 vMB 0
86,859 86,859 000000000009f3444d8c7809fb3c91645cf3b8ca8170839bff21109a57fcb85e 7 0.00/1.00 vMB 0
86,858 86,858 0000000000098aa4e21a16e05af4dc90a0da80af36f9fe849ae9b1024e77bdd2 5 0.00/1.00 vMB 0
86,857 86,857 0000000000199cedfa77c472817f60f47e953a12d1b84987343c18cd517c6d0a 7 0.00/1.00 vMB 0
86,856 86,856 00000000001de283c2b69450fd576753d9264c35a4a21cba2d026582f932eebe 13 0.00/1.00 vMB 0
86,855 86,855 00000000000f1e315ba2be64b917dba904ce202321850d924b7bc925e5a4d338 6 0.00/1.00 vMB 0
86,854 86,854 000000000017bed591e59101548ff830d83d318396c6459403ec624366695a85 6 0.00/1.00 vMB 0
86,853 86,853 00000000000915bdebca38c91c85a59e544f808c7950fcef616480bcdf25f181 5 0.00/1.00 vMB 0
86,852 86,852 00000000001b2b0e520e2df4f45926a74d3717d81c24064c11938229a3de5808 2 0.00/1.00 vMB 0
86,851 86,851 000000000005db1c614f517fe4098ebcce633f81551ccd1d42a056db6aacc233 1 0.00/1.00 vMB 0
86,850 86,850 000000000018edd19b2c9a55126cbd5ae26050e8f6ffddcf101d749c9722c8c7 8 0.00/1.00 vMB 0
86,849 86,849 0000000000020b61b1f090be25855fe3315a43844689d7ac28f154b347a10b15 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 554.92 GB
    • Received: 6.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.