Loading Tool

Explorer IconExplorer

Memory Pool

41,722 transactions
26.52 vMB
0.07891077 BTC
Random Selection Loading Transactions
Max Size: 139.18/200 MB

Candidate Block

Mining Attempt 7bf6d3f8e7fbba59443a08722356055162aa2b729b01cce39edb29a49f939df4
Version 20000000
Previous Block 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b
Merkle Root 4fd116332b8ead8df39bd706ff6210105119b8b7ee30a98cb2e819b7179c4e91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,273
Size: 1.00 vMB
Total Fees: 0.03005634 BTC
Feerates: 101.66 > 3.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,910 (446,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,951 467,951 00000000000000000081c1c6f882a67d1333b1e545b57540f0703b99d6acef6f 1,928 0.75/1.00 vMB 292
467,950 467,950 000000000000000001d4fdec994229dab54d46f9c4aff11e8a0c19b9d20c9d88 2,024 1.00/1.00 vMB 286
467,949 467,949 000000000000000001d33def19ae475f5bc6ffc01a74667ffa6e5e3b1aae98fc 2,190 1.00/1.00 vMB 281
467,948 467,948 000000000000000000316231494c645a2534eac525d05dd9f1a996c88ddfd005 1,940 1.00/1.00 vMB 320
467,947 467,947 0000000000000000007c8aa739c6b86c2d8bf40bd459e1b7ff86663538d43b0f 2,515 1.00/1.00 vMB 282
467,946 467,946 00000000000000000141476fa9a5e9acbd42bb232ce8f033968edfe1e83d21aa 2,593 1.00/1.00 vMB 265
467,945 467,945 000000000000000000ae7758891ec59f37498e88f7730637f9a05b45f94c222d 2,064 1.00/1.00 vMB 312
467,944 467,944 0000000000000000001c1ff7f8834f345b21936d50863bf53d3095e3a82b78dd 2,002 1.00/1.00 vMB 264
467,943 467,943 000000000000000000fbaeb6ad3c2a75decc2eac1db07132b7fa4ce65e00c03d 2,447 1.00/1.00 vMB 294
467,942 467,942 000000000000000000ef77bb969755957f80b81cd830409813fc1add38349472 2,384 1.00/1.00 vMB 563
467,941 467,941 0000000000000000010d0be911c1baa022f7eebd0ca913591dfc3fbcc7ef8bce 2,550 1.00/1.00 vMB 417
467,940 467,940 0000000000000000005e01c328e2afb662e5e78b5bb44980db9050547f4bb72b 2,114 1.00/1.00 vMB 409
467,939 467,939 000000000000000000eb2b45e74ff4690292826ee6a12f948ba2d137bd983e70 2,248 1.00/1.00 vMB 348
467,938 467,938 0000000000000000010f19a45f7dcb0470562f40cd3863e4b070c1a5fb3534e7 1,523 1.00/1.00 vMB 420
467,937 467,937 000000000000000001583ea7ee74b1f3b81aac5639b5bc2dc8b87cffef28da01 1,853 1.00/1.00 vMB 514
467,936 467,936 0000000000000000015627ba0defbd3ca8755936d0d3dd9543cee57e70f3e3b6 2,356 1.00/1.00 vMB 373
467,935 467,935 000000000000000001c6be9da764deb1b84c743b0a8942ab82f7df5e6121292e 2,496 1.00/1.00 vMB 369
467,934 467,934 0000000000000000006f7a71cf247fbd6f37069dd3d7d528743a260459929c87 1,907 1.00/1.00 vMB 312
467,933 467,933 000000000000000000dd10e4525bb540dfefcd712cad0101ad7d0e5af8920286 2,289 1.00/1.00 vMB 399
467,932 467,932 00000000000000000132038bdbde2fe173b99c03c25b041286285a58dc22751d 1 0.00/1.00 vMB 0
467,931 467,931 000000000000000000ea881af7370ae83345bb6e74098371a364ff390a2693d8 1,548 1.00/1.00 vMB 332
Previous 10 blocks ↓
Total Size: 782.23 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: 654.89 GB
    • Received: 14.21 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.