Loading Tool

Explorer IconExplorer

Memory Pool

82,747 transactions
31.92 vMB
0.09607199 BTC
Random Selection Loading Transactions
Max Size: 189.80/200 MB

Candidate Block

Mining Attempt 336d7f38e9a7df87bfc0de54ea8870e6c1811b51e6fa327718f951ebf0b8f92f
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root d0b0f597a5f7ca99410e12a1e39c9be989e99d85824f502339e7953bb14121a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,290
Size: 1.00 vMB
Total Fees: 0.03236959 BTC
Feerates: 101.66 > 3.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (169,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,524 745,524 00000000000000000005be18eba4808b1a97c52883b29e234eee75d1349eb5ef 1,038 1.00/1.00 vMB 19
745,523 745,523 000000000000000000066eaf467ff03a454725b51cf367d88f71174b9bb43740 2,304 1.00/1.00 vMB 22
745,522 745,522 000000000000000000060d5fed8f967750bd965a7c6f5252c91aa3946a39fc13 3,043 1.00/1.00 vMB 26
745,521 745,521 00000000000000000003b0820e5a9393cee0a55576f57b7821fcbfa45fd1c769 3,230 1.00/1.00 vMB 21
745,520 745,520 00000000000000000001b7e865a518e02315633e9225733bdd4d78903a720eee 3,171 1.00/1.00 vMB 22
745,519 745,519 00000000000000000008e703b563beb6364f38f1e9200799002f5e94361194fb 2,350 1.00/1.00 vMB 23
745,518 745,518 00000000000000000005653621ffb1eb77451ab56e39217a8158d7a98a37f3d4 2,938 1.00/1.00 vMB 25
745,517 745,517 000000000000000000047583b6248802d7d734ecd269f43ef3baf6c66be8367e 2,411 1.00/1.00 vMB 30
745,516 745,516 000000000000000000090a3c995d15911f6606e192681ffebfd6be7288e5d6d1 2,632 1.00/1.00 vMB 53
745,515 745,515 00000000000000000004690581b6c4cc3e5dfb424714fad755ddd8baf6ff09a4 1,977 1.00/1.00 vMB 48
745,514 745,514 0000000000000000000702661c3af6ab5e06bfbbb96b576498e199d3d7fb828b 1,863 1.00/1.00 vMB 52
745,513 745,513 00000000000000000006829a7daf8ce9f0813e958bf3fa190280d7ec0432639d 2,390 1.00/1.00 vMB 15
745,512 745,512 00000000000000000001fc2e1431d8040b6fe2c35bdc543a2623953ea7057b64 1,466 1.00/1.00 vMB 15
745,511 745,511 000000000000000000068656ebd9e4aef0e4b90fff78c5f99a61f93e1cefa40e 3,066 1.00/1.00 vMB 35
745,510 745,510 000000000000000000038f6adb1baac3e63b136d900623907f58311980e92bf8 3,370 1.00/1.00 vMB 25
745,509 745,509 0000000000000000000946329a90b21d1958d095ce510f130145fdbace3117b7 2,548 1.00/1.00 vMB 43
745,508 745,508 0000000000000000000743c4ac92ac9c6d61abdb86293c0838718270e1b31f03 1,741 1.00/1.00 vMB 11
745,507 745,507 00000000000000000008a9dc2c5e8e9f2eaf2b2a982601e19b16fe793382017c 1,922 1.00/1.00 vMB 21
745,506 745,506 00000000000000000003744db827288361046b7fc0fb8a2d8a61df7d2969038d 2,488 1.00/1.00 vMB 18
745,505 745,505 00000000000000000005d94f265f395fdd8d5e96571cf8a446c9b41361e03337 3,247 1.00/1.00 vMB 21
745,504 745,504 00000000000000000002806c98d431977068b5e3cf1169e47b38187796fbd007 2,930 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.31 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: 658.74 GB
    • Received: 14.58 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.