Loading Tool

Explorer IconExplorer

Memory Pool

86,915 transactions
31.84 vMB
0.15605626 BTC
Random Selection Loading Transactions
Max Size: 191.95/200 MB

Candidate Block

Mining Attempt 97d9b32ecb7f8a86652839eb184f7ff1225dc26a1ff5a7cd0c02d249e65e685b
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d4d77a54197de134dcbd5cea73b76999d0d204fb6af58603709ee4bc24f3c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.06939072 BTC
Feerates: 214.31 > 6.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (669,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,494 245,494 00000000000000705ac5213e3e22713ed8c02345ffc585ead97ff98b05c7db96 526 0.25/1.00 vMB 151
245,493 245,493 00000000000000b67ef0fd932927a0c8285a53a07a404e38378c2b53a5efbc31 266 0.11/1.00 vMB 164
245,492 245,492 000000000000007a7c31c02e4e5a38755893467650e868192d0d3765f511d441 60 0.04/1.00 vMB 135
245,491 245,491 0000000000000043dc3ca76b138f52177707ed5ddeaaf232e521f4402a95af61 272 0.11/1.00 vMB 185
245,490 245,490 000000000000004ad37cd6367bac5d493aa9081c232255cd5441ffec5e9e53e2 78 0.03/1.00 vMB 77
245,489 245,489 0000000000000000aa089a925d243c232b4da6717b18a2835d063812572c5ea7 184 0.08/1.00 vMB 122
245,488 245,488 000000000000007078684bdafce4d91ab2560b1adb9bcb064084e94b48aae4bf 355 0.18/1.00 vMB 132
245,487 245,487 0000000000000087f18e1905596f607d9f6f13c4c6211a5c94886114f985662c 170 0.08/1.00 vMB 84
245,486 245,486 000000000000007732426a8106a2a48f38b28dccd5e5851aacb6e2867e5a949c 523 0.25/1.00 vMB 145
245,485 245,485 00000000000000b95f20d180775e26a95d26fa6f5e00c5cca62779b7680c7c8b 521 0.24/1.00 vMB 130
245,484 245,484 000000000000003344d1a02ce8cb163788d091db6b05eea6e0f4eb458d5a9296 132 0.05/1.00 vMB 70
245,483 245,483 000000000000008d88424717aa5c7b3ecba8a61c41ac4b3261b6d61b261b9c2f 311 0.13/1.00 vMB 130
245,482 245,482 000000000000008a1fc8c0de49db32be2af798535132cf5b2e42c59ed42f32ce 474 0.23/1.00 vMB 125
245,481 245,481 00000000000000c19b4349fe1463dfc57b0d10c5bc258d75e66a9d29d9054eb4 58 0.03/1.00 vMB 23
245,480 245,480 000000000000000806239aab8560573beb532508011e6b10e47cec898b095a3e 483 0.21/1.00 vMB 169
245,479 245,479 00000000000000c694f3673800d6a59d335b5228d1f80d8eef0560ac95e3be73 439 0.21/1.00 vMB 112
245,478 245,478 000000000000000f2de0733100836f6caa3fcc967ee0f3727af9b39b006fc14a 169 0.07/1.00 vMB 125
245,477 245,477 0000000000000011906ddf1e2589948a1e63224d98a18dec8b1927e5727c5798 153 0.08/1.00 vMB 143
245,476 245,476 0000000000000067d61d93b2bdea7e9b39e74fb49136df9ad380abefe8ce84a0 52 0.02/1.00 vMB 142
245,475 245,475 00000000000000c871f214ed7984e89ed7a8bac8e659232111f27a743b1fc183 30 0.01/1.00 vMB 51
245,474 245,474 00000000000000167c549cdbe955ed9af6d9070146b77dff5e1ff9df5fd3ca61 133 0.06/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 782.33 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: 660.80 GB
    • Received: 14.77 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.