Loading Tool

Explorer IconExplorer

Memory Pool

76,947 transactions
28.69 vMB
0.07360955 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt f1a2a170aa6767486125bd8310495d5d66940fdcbceaf8f421f6f8529dd7db1b
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 8efb5a44c05a42bb4e75fe33c54c30eea4ce1b2e45d54a05e8cd5b683707352a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,158
Size: 1.00 vMB
Total Fees: 0.01401135 BTC
Feerates: 129.25 > 1.40 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (807,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,012 108,012 0000000000001d16cb60eb143fcb2290caf0200015140bde055e32cbcf39f93a 6 0.02/1.00 vMB 41
108,011 108,011 000000000001ad9397b28433221d57d509946b7ee29ae256313888f9f76c0ef7 3 0.01/1.00 vMB 0
108,010 108,010 000000000000f58cbfc0d863ef273f2ed41bb132e40c54c10fe6cdf79ac72048 6 0.01/1.00 vMB 0
108,009 108,009 00000000000061ac6068971c6a0073cc240cb8520b1317ba5ed11b980f8d3cbd 34 0.01/1.00 vMB 0
108,008 108,008 000000000000fa03ebb28fcf005e8130fb158ec3a9653a0b2df3a005b4da6322 10 0.00/1.00 vMB 320
108,007 108,007 00000000000022106e974f6f787ce959e4a0a68b388d5521a54bc5acf627636d 8 0.00/1.00 vMB 0
108,006 108,006 000000000001a835a6bafdd833436cce624c2bd6a84aa77d9506ef4d6926e4c2 8 0.00/1.00 vMB 0
108,005 108,005 000000000000f4baa87695b2881658e9576d3e7d25e4663ea5bc12221d2b8c1b 12 0.00/1.00 vMB 352
108,004 108,004 000000000000519c27a117ed6c82bde15fed6e2a8cc4a40636e2a35b8bb0403b 6 0.01/1.00 vMB 0
108,003 108,003 00000000000165d80cf7d6fb65e1e48488875ca8fe8019ebd4ded61f8d2353e0 6 0.00/1.00 vMB 0
108,002 108,002 0000000000002044069d5bc489760b08ad04366162d66bf239f9b691c8ddd730 1 0.00/1.00 vMB 0
108,001 108,001 000000000001110a03b89e33a6c0d71f89319cc1215997406bbc74ed9a6b12f4 7 0.00/1.00 vMB 546
108,000 108,000 00000000000167cea0b43ff7ce22f330d3e302832187eb31c61b15bb1511e118 4 0.00/1.00 vMB 0
107,999 107,999 00000000000262099f5780977cfc857301c2604199652d2a4b2f2e55a295423b 12 0.00/1.00 vMB 713
107,998 107,998 000000000000bd4cdeb064ce43bcb76a95bf41fd1a9695d5c68109b122b030e6 11 0.00/1.00 vMB 0
107,997 107,997 00000000000166c04c8df65c34b8be418e7649ce8bb8e5aa3d550d0b35445f40 11 0.00/1.00 vMB 0
107,996 107,996 000000000000e3ebf67f20dc2b1ac5b367138c886c3f441a4e2a32b74995e613 11 0.00/1.00 vMB 0
107,995 107,995 000000000000989a1d2b6d80c23ab4817a81108b6a110502e835108dbe045ac0 11 0.00/1.00 vMB 0
107,994 107,994 00000000000043c6cdca59c253740d0c217e76ce13d785bebd5e41b1cfbc8a0b 12 0.00/1.00 vMB 0
107,993 107,993 0000000000017da0a3dbe44e0cfa842f6f4a5686187618e49013932c59aa6e04 37 0.01/1.00 vMB 0
107,992 107,992 0000000000017b2ae6a08282b78f0509ad82f070458ae641a74f0171004e9197 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.