Loading Tool

Explorer IconExplorer

Memory Pool

47,978 transactions
27.67 vMB
0.06331944 BTC
Random Selection Loading Transactions
Max Size: 148.11/200 MB

Candidate Block

Mining Attempt 0f35b403551470cd3f3fd1857249e92f37f39d5a13476ff572cd7d16e20ef6d8
Version 20000000
Previous Block 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b
Merkle Root 58983c33026ab9dc8f38fad40f0e1bde787a18c90b6946c2522eed04e17d2c5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,857
Size: 1.00 vMB
Total Fees: 0.01116777 BTC
Feerates: 151.16 > 1.12 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,797 (173,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,054 741,054 00000000000000000003b909885f769d3f03e3129a5c2f978c6690fb7f43f5d5 1,695 1.00/1.00 vMB 35
741,053 741,053 00000000000000000003a1466ab7a5d3cbcf12f4eb5421ab87b2a4f726f44251 2,259 1.00/1.00 vMB 58
741,052 741,052 000000000000000000062fbe89a18348c3919e1ae925d32214dfe444b1f944ec 3,143 1.00/1.00 vMB 29
741,051 741,051 00000000000000000009457331785d456c29e67cef6b11d8725e23dd7894178e 3,019 1.00/1.00 vMB 23
741,050 741,050 00000000000000000003f5433e594e5b5b24b98b67d4f1e685496fdad946ab05 2,775 1.00/1.00 vMB 33
741,049 741,049 00000000000000000006f87f5decb14e6c0f4b514622b2c0b92fcb1c2ddaaf2b 1,412 1.00/1.00 vMB 16
741,048 741,048 00000000000000000007ac30a3891a0b99bb84cfe4d1b77bcfbbe09bbb37380e 2,526 1.00/1.00 vMB 22
741,047 741,047 000000000000000000025c42633d3519189d3e00ff582caf43d80d33fdd54678 2,688 1.00/1.00 vMB 31
741,046 741,046 00000000000000000003e56f9dd736992f117d9b89559eca72ccff777eb1132b 2,375 1.00/1.00 vMB 30
741,045 741,045 0000000000000000000199f3bbce1cabf792a0da7057e2297afe3ba9072f0278 2,766 1.00/1.00 vMB 35
741,044 741,044 00000000000000000004b8ef619cc51fb6208620cae677a38304f8cc93d93545 2,854 1.00/1.00 vMB 34
741,043 741,043 0000000000000000000444fd6e452a562c6147759ff78b8adc89fd94d21a0edc 3,284 1.00/1.00 vMB 19
741,042 741,042 00000000000000000008e5ce324733a50e5ace80e64f098df36376384d44b62f 2,422 1.00/1.00 vMB 23
741,041 741,041 00000000000000000005f5219fbb01906e4a233b2d9bfc2d4fbf6263b70478f4 3,143 1.00/1.00 vMB 41
741,040 741,040 00000000000000000008862f7df2918ea1fcee92da21d80b007b2cef3de08cec 3,378 1.00/1.00 vMB 24
741,039 741,039 00000000000000000003091393c5e8ae0306fb6d267f93adef5fc955b92bec85 2,771 1.00/1.00 vMB 28
741,038 741,038 00000000000000000002c2c56b0d92554a4bfc8b6ec42eaecb1ce25af7e25387 2,618 1.00/1.00 vMB 43
741,037 741,037 00000000000000000006622bc60a929a175628ac3604d508b424a6b59e5347c4 3,027 1.00/1.00 vMB 26
741,036 741,036 000000000000000000057784258b229f39c4462a4419371c9ed4432e9f54a05b 3,440 1.00/1.00 vMB 23
741,035 741,035 00000000000000000004f63c79db58fa975cd46cd86979259f6c51baa2a516d1 2,827 1.00/1.00 vMB 30
741,034 741,034 00000000000000000007227a10bc67c004662899580ce0db1d2284d4e5dfc1db 3,679 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.03 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: 650.11 GB
    • Received: 13.25 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.