Loading Tool

Explorer IconExplorer

Memory Pool

30,853 transactions
24.79 vMB
0.04758270 BTC
Random Selection Loading Transactions
Max Size: 123.99/200 MB

Candidate Block

Mining Attempt b8f08ee44803c22c49fa2830d28e2758db132a50834dc06b78fd918ba09087e6
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root b4927d57636770851f90fe99a9d5b585dd91cc7bbc5fbaa217bd9c6adc671cc0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,309
Size: 1.00 vMB
Total Fees: 0.00320949 BTC
Feerates: 12.04 > 0.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (94,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,869 819,869 00000000000000000003e596c983ccfa9161087ff544651c6e43b520b2c36ea1 3,962 1.00/1.00 vMB 169
819,868 819,868 00000000000000000001e943c54807e944dbb15ef9cafee8fdd88d805131d65f 3,226 1.00/1.00 vMB 174
819,867 819,867 000000000000000000011f38d8296ab45d8eff68baa2a272e73bbaf2cf6406b3 3,994 1.00/1.00 vMB 201
819,866 819,866 000000000000000000015d4e531adc1a06e60d24e026ee2e43ef0b31843b5dc0 3,851 1.00/1.00 vMB 99
819,865 819,865 00000000000000000001c59289d82f8ce1dda982ec0345a3e1150186b422e08f 2,863 1.00/1.00 vMB 127
819,864 819,864 000000000000000000014929a38bf8e283dd72cb55c0495e7d878d9f854093b5 3,454 1.00/1.00 vMB 118
819,863 819,863 000000000000000000012e123e3a809c94f82bb0d42bdcf88b5b038d2e798550 3,631 1.00/1.00 vMB 139
819,862 819,862 00000000000000000003307d8323e5258e6bc1187dbe4940e5d4d8c220d13347 3,635 1.00/1.00 vMB 168
819,861 819,861 000000000000000000014a996cedaf37eda7095f2101ace75e8730ff27865667 3,778 1.00/1.00 vMB 126
819,860 819,860 000000000000000000024f9d7b6fb55514c5942039f698e3ab9f278d0a9a8534 3,597 1.00/1.00 vMB 140
819,859 819,859 00000000000000000003889c43034e04d400c215dcd4e3b17a6764adfe711004 3,733 1.00/1.00 vMB 151
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
Previous 10 blocks ↓
Total Size: 781.84 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: 637.60 GB
    • Received: 12.43 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.