Memory Pool Memory Pool Refreshing

5,386 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,721 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (378,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529,375 529,375 00000000000000000002cccf3f4a622316c3fc23c5c02179ff0615ed3b1a2aa2 1.04 MB 422 6
529,374 529,374 0000000000000000001f0ae0e774bd192ee4dadc7108f6926ee9f0f16ba7426f 1.04 MB 947 11
529,373 529,373 00000000000000000028c764b8c6649bd10ca4c46b782309721033cd8f2d4cf3 1.07 MB 852 7
529,372 529,372 0000000000000000000804dcb5a86565a800131c1b216f6208811f6371e926a5 1.20 MB 3,194 34
529,371 529,371 00000000000000000015e72a36437d9a4c10e1d02a1ef6581e8d5d0b2a772f6a 1.00 MB 290 3
529,370 529,370 000000000000000000300dd31b5d3141f1fceea4709dbddf402133a0e56ef3d0 0.64 MB 1,233 49
529,369 529,369 0000000000000000003273c8e086553d7b71c418a22c4364c81e2cbef9776467 1.12 MB 2,085 15
529,368 529,368 000000000000000000235eb70399d15814d56b7cded1e94fee6398ab5895be78 1.16 MB 2,747 39
529,367 529,367 00000000000000000034c4ff052eb4358303b49f68c2d34a1fa851d9392ff54a 1.18 MB 2,714 34
529,366 529,366 00000000000000000018dfe2792de961e9575b6c8ae85c3cfe192fc2c6f623fc 1.02 MB 424 5
529,365 529,365 00000000000000000030721a6c9fba4c42084a70d72b6dcd01beec7505ded2c8 1.05 MB 941 15
529,364 529,364 000000000000000000134d855dd60960097382e96430ec116cd0134a365d9a14 1.12 MB 1,758 22
529,363 529,363 000000000000000000323586a35651e7f894939d0320762ebf527d0a586bfe5f 1.05 MB 589 6
529,362 529,362 0000000000000000001f84bff1ffaf35d83cd557dd9423e1dd2e23be9d5e04e5 1.18 MB 2,459 23
529,361 529,361 00000000000000000020e025f3a8d2714ddcc5761a271fe9ffe21cddcccadd97 0.39 MB 1,007 40
529,360 529,360 000000000000000000046a00cb4a2b5c45df90f5ec879d542ebf201c06cc55d9 1.19 MB 2,173 38
529,359 529,359 000000000000000000030af52efc54ecfa92b403dcb292342540765256795e76 1.26 MB 2,234 16
529,358 529,358 000000000000000000218ee0f8a899c87548287768899407a3ac5482f9e2adf7 1.54 MB 2,121 9
529,357 529,357 00000000000000000002dfaefb9617e4f374f82ee0b5477c32b5a824bca545ab 1.27 MB 2,725 32
529,356 529,356 0000000000000000002562f3914189274b0b2b8f773eac1bbecf5e6469847636 1.36 MB 2,301 12
529,355 529,355 0000000000000000001ee11a165bf26afbcac8c0b3d56abcd056c9f3f9c82650 1.17 MB 2,371 46
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,648.18 GB sent, 95.62 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.