Loading Tool

Explorer IconExplorer

Memory Pool

49,572 transactions
29.80 vMB
0.22182492 BTC
Random Selection Loading Transactions
Max Size: 156.59/200 MB

Candidate Block

Mining Attempt 09c3b84935a36a032ba878d85486a085b6d98ca3aedc9ccb57b8fbadb04ce6ce
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 67ed277fc1426848014e761937a3ecacd2f3f1c234d4b9e40efe98e6bc1e0a16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,014
Size: 1.00 vMB
Total Fees: 0.08476678 BTC
Feerates: 150.67 > 8.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (94,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,858 819,858 000000000000000000001e7fde5b3eb46986919400866a6b82b687434eba6bbb 2,348 1.00/1.00 vMB 155
819,857 819,857 00000000000000000003274544a1c80e48ab24eb9052dc158dc5cc355d0576d6 4,406 1.00/1.00 vMB 156
819,856 819,856 0000000000000000000072d1efa18b85744a1662cdff21a11b9468548f798534 3,973 1.00/1.00 vMB 151
819,855 819,855 0000000000000000000323b779f339c41d4879c69016a4176739f595ac2b5b5f 4,250 1.00/1.00 vMB 182
819,854 819,854 000000000000000000007f68a3252a7a01115137a3103e53b85b1611a6c7e133 4,545 1.00/1.00 vMB 165
819,853 819,853 000000000000000000014bf29b55abaa1d5bfc23d17e4c1b04cbc57896da6ec7 4,131 1.00/1.00 vMB 191
819,852 819,852 00000000000000000002ed9a0980347a7c9cdf8fd0774658f807bc213a04e374 3,928 1.00/1.00 vMB 186
819,851 819,851 0000000000000000000337f1c31a9b6109ba853308e63bcdfe8f2349836fb0e8 3,245 1.00/1.00 vMB 210
819,850 819,850 0000000000000000000217f95123eec6d1659822a626141b686d99516dcfb7f6 5,049 1.00/1.00 vMB 202
819,849 819,849 0000000000000000000260ecd3f373fdfee491c745bb07cf3efa5cab2b803bb8 3,810 1.00/1.00 vMB 216
819,848 819,848 000000000000000000001d0a60cb2fd984def9d4d5b8013b014f71aef7879b33 3,992 1.00/1.00 vMB 165
819,847 819,847 000000000000000000023afce392c6189b7a5e7e4341d479531903ae6902ff20 3,382 1.00/1.00 vMB 185
819,846 819,846 0000000000000000000020da80b0d4fa3b0fe0e02ea30a18935e76aaf8f813c7 4,378 1.00/1.00 vMB 203
819,845 819,845 00000000000000000002070e39c66a9930ae5d9c11d6999f8509ec24f13adaf9 3,324 1.00/1.00 vMB 235
819,844 819,844 0000000000000000000316f95ff702112e6b9183eb0be5c186c1d7a0d5e8f22d 4,567 1.00/1.00 vMB 185
819,843 819,843 000000000000000000014ff328f43062717095e977b20175857a40baadcb47a3 4,651 1.00/1.00 vMB 176
819,842 819,842 00000000000000000001968def73fe15fb54d310bf8e753a2b797e4394f59916 2,214 1.00/1.00 vMB 134
819,841 819,841 00000000000000000002187b5c07a67de907399016be062ae8f61ac4ae4d797d 3,702 1.00/1.00 vMB 147
819,840 819,840 000000000000000000006b85a348adb77e0c964b627c145571eee9fe46898b8f 4,488 1.00/1.00 vMB 173
819,839 819,839 00000000000000000003d414518c5d467dc25006d663ad84dd9c5d738fd85e59 3,956 1.00/1.00 vMB 170
819,838 819,838 00000000000000000002769998df09364efdbafd81cb51317eff6c049b8c2072 4,116 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.