Loading Tool

Explorer IconExplorer

Memory Pool

79,422 transactions
29.49 vMB
0.06525788 BTC
Random Selection Loading Transactions
Max Size: 177.76/200 MB

Candidate Block

Mining Attempt 71e4111b3f9b69dafc033553b2fc390696085306be9aa849a88e102a086c7f88
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 09bf4b28e62f385c149ae614e22d7746eb1c8e3a5a04c18115d1abb9c9264a29
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,555
Size: 1.00 vMB
Total Fees: 0.00519095 BTC
Feerates: 101.26 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (695,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,919 219,919 000000000000050c2145963a55c7c3911e15de58577a7d14ba93f2ae9ca69fdb 286 0.11/1.00 vMB 220
219,918 219,918 000000000000034276cda196cd41a8184f404d60eb24a1b80e57bd1bb13bc7ab 284 0.21/1.00 vMB 124
219,917 219,917 00000000000000904647a50a9c233fc28c6047e61aea9c97a31fe368a183886a 299 0.21/1.00 vMB 120
219,916 219,916 00000000000000c22a9a3a410d3a7e502d6ceb6eba8cdf1735e1109c2b237361 759 0.25/1.00 vMB 266
219,915 219,915 00000000000004a10ab296d8955abe2019e4e4c7bcb760d1849d885c807e94ef 7 0.00/1.00 vMB 30
219,914 219,914 0000000000000482416e70e5390739d5e67cd5750d4c2c2a668f31e6565fe6bb 426 0.16/1.00 vMB 214
219,913 219,913 00000000000001b6f32ce7596a3231b773f47ab7550b1f869d0e878acf248afb 132 0.07/1.00 vMB 138
219,912 219,912 00000000000001e18f2e4d49ca85dae48ceb7905231dac7bdda0af849131cdbf 129 0.06/1.00 vMB 13
219,911 219,911 00000000000001ccc9650ff797272b8d39d0ba020d06a0acfc55e360860de7a9 283 0.12/1.00 vMB 145
219,910 219,910 0000000000000273eac5963d63708a6726e62657ee85ccc1cde9a0261d2d4f63 494 0.20/1.00 vMB 216
219,909 219,909 000000000000018d45d851d4ab5e8d3ec030e7787f81472533757d0f4303b9e0 655 0.24/1.00 vMB 202
219,908 219,908 000000000000028a893fcd94b7b59d5bf1eaea0d781ea3e6839e3b3fae084a1a 171 0.08/1.00 vMB 150
219,907 219,907 00000000000003845e3431e54054eb2285c2ba03c3188e636de2874d86d93c4d 230 0.11/1.00 vMB 129
219,906 219,906 000000000000014d5fd1b2291543e4740a35e38a748e92d26780bb35d65ee574 323 0.26/1.00 vMB 117
219,905 219,905 00000000000001ae0af58cca3385b1d8d01f939b1b81a64c584e17d4421869a6 788 0.25/1.00 vMB 233
219,904 219,904 0000000000000134f48a413d507a58d6a62c5f05182cc5a57e46d47a3ba5e215 125 0.05/1.00 vMB 109
219,903 219,903 00000000000002d73c8d4daf0bcb5548260dc32da4d75117661ce7b1c4d062d5 11 0.00/1.00 vMB 50
219,902 219,902 00000000000002d45eef9d4269dc192f62daa0906b534dcce5b0d8305ee12efa 190 0.07/1.00 vMB 238
219,901 219,901 000000000000036536a29cd8757ed2ffecb521f5a1c65269d78826f35e3abbdb 4 0.00/1.00 vMB 386
219,900 219,900 0000000000000079d1b1ab07120c3e8129cb54279b6c1a877bb786c275e7f601 42 0.02/1.00 vMB 179
219,899 219,899 0000000000000106bb6c862b0377f3c311b1e1e2bafe7444a5abf2e5d039c313 199 0.08/1.00 vMB 166
Previous 10 blocks ↓
Total Size: 782.36 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: 662.79 GB
    • Received: 14.88 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.