Loading Tool

Explorer IconExplorer

Memory Pool

85,304 transactions
23.88 vMB
0.07744756 BTC
Random Selection Loading Transactions
Max Size: 158.37/200 MB

Candidate Block

Mining Attempt 78a11cc28b1ce60307ab46b8c63b8284b518e9343fd39f0cb49582fd2843677a
Version 20000000
Previous Block 00000000000000000000c40d2812dd0c6aa412ffd573b3e751c192c7e4839138
Merkle Root d02b2eb441e8844b7c70a90e7fea093d08c710085a6c8f7a7c5d81f075beb6ec
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,985
Size: 1.00 vMB
Total Fees: 0.01857004 BTC
Feerates: 178.73 > 1.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,833 (820,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,611 95,611 000000000001bdacd637309756b26af943f06b75d8264045f5132996bdf37374 3 0.00/1.00 vMB 0
95,610 95,610 0000000000049b5766e3d506d7de814387fb5450be444e0d947e8a887b76f44b 1 0.00/1.00 vMB 0
95,609 95,609 000000000006674bb50759a23f45010dda57f9662727436e14eda03aeec6d8f4 1 0.00/1.00 vMB 0
95,608 95,608 000000000005bbcc006985726136cc534b7d043ac6b260e009c38ab21c60164e 2 0.00/1.00 vMB 0
95,607 95,607 00000000000147891d31002e52b2d02bf0eb4f7738bd90dbc3a53fb501b15509 1 0.00/1.00 vMB 0
95,606 95,606 000000000002a63f1c5ce075df70b6eea6e1aefa3ec028a9ffd270bc61440d95 2 0.00/1.00 vMB 0
95,605 95,605 0000000000041c990e5afb417686a671492af97df268a8f6d58250a7f2cdab9c 1 0.00/1.00 vMB 0
95,604 95,604 0000000000003d0e46cea98bd747f0ab1782903b454a8757d752a7eea4ea3e8c 1 0.00/1.00 vMB 0
95,603 95,603 00000000000465f6c79dfc6b96d0ed61cee2ad4cfa615cf8914f51c7ff2b872c 1 0.00/1.00 vMB 0
95,602 95,602 000000000004babeff05c4ab1ef177db7ab8a6ff37da4f5be356611ae8765b3e 1 0.00/1.00 vMB 0
95,601 95,601 0000000000062d443eaea6ed409af89ff5ba71e7002ab8f896d4e540040e1abc 2 0.00/1.00 vMB 0
95,600 95,600 0000000000062e91042e587c0b8b61a0efeb75962790e20e09a1cb468e2b6a77 2 0.00/1.00 vMB 0
95,599 95,599 000000000005f78edf9e0ee039ce7bdc7f9c67a8c2872b4986a0fc43c91902a4 3 0.00/1.00 vMB 0
95,598 95,598 000000000005ffb1dc7ffb36f5595c6a7bcc33698cc3c19533c32c93c453b238 2 0.00/1.00 vMB 0
95,597 95,597 000000000004d44f9423996b391b91fcb5269f9b71e3f76a1d3f5fa49c7d9678 2 0.00/1.00 vMB 0
95,596 95,596 000000000006eefcb7f9b814ea9cfa40f6c78c76ceac9d7daf1b7495c0fb1275 3 0.00/1.00 vMB 0
95,595 95,595 000000000004879c327a93d934b1d709dbba71d2ceaa3f2152ac57d11e9863c0 2 0.00/1.00 vMB 0
95,594 95,594 0000000000001a49022335899d93749ac472bf786955c1a4a32d4eb2fc02bb46 1 0.00/1.00 vMB 0
95,593 95,593 00000000000691fde4ee1608e54b2979a0d67562b2a86a9bb6b7b68b28cc474b 2 0.00/1.00 vMB 0
95,592 95,592 00000000000665c7d771df695c5d296967f424f5881a123640d417321d1f0877 1 0.00/1.00 vMB 0
95,591 95,591 000000000001d8a133f976b192833c93ed51d24e83cdaf593c62f2dfaaec4ec6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.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: 791.73 GB
    • Received: 21.82 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.