Memory Pool Memory Pool Refreshing

1,497 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,498 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (2,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,305 905,305 000000000000000000012936cce2c40f8559e3000882a0ad8bc3e60305457db3 1.71 MB 4,592 1
905,304 905,304 00000000000000000000ee02a1fa2bec5bc8c3526ad275184a6b81d691ad04d5 1.69 MB 4,490 1
905,303 905,303 00000000000000000000d0abad0ac78c376432543421803c64930899f7ad9000 0.86 MB 2,261 2
905,302 905,302 00000000000000000000b7fc21f5edcb5f19f811acbb4af1354fbb01ac54016f 1.44 MB 2,883 2
905,301 905,301 0000000000000000000113296a03bc6be69900632f7c4cd33add3da22d7f98f3 1.79 MB 2,977 1
905,300 905,300 000000000000000000015273516774a2ecfcfa17a83b43eaaeecd22ad1e5bf2a 1.86 MB 2,485 2
905,299 905,299 0000000000000000000130fdfe1c0adb855f85dc4893738ace66f7be160a9390 0.33 MB 697 2
905,298 905,298 000000000000000000019bcac84ca958871dd69e1cac2210a8ea383366c07ef1 0.18 MB 315 2
905,297 905,297 00000000000000000001f231f2c762f291418d5619de2bc153e0ed63755950d3 1.52 MB 3,159 2
905,296 905,296 000000000000000000001560416547ad2d018c726bed2c8a2335991c38606bc8 1.13 MB 1,536 2
905,295 905,295 000000000000000000006abd58850576dba34a33ac4ab944c662c2f30f80ec84 0.48 MB 996 4
905,294 905,294 000000000000000000005e4935b2a07a486cc473c884e4146429329d3f48f29f 1.47 MB 2,122 4
905,293 905,293 0000000000000000000180c4cb1ca15e42ae2f4e3fa0f1708490535782b613ae 1.98 MB 3,239 1
905,292 905,292 00000000000000000000bb5a484aeb6cf5568ca42d69ca875be03cafb731eea4 1.73 MB 2,797 4
905,291 905,291 00000000000000000001df272fd36b83dd2f4103c9f30be5cff34165c964dc5d 1.52 MB 1,777 3
905,290 905,290 000000000000000000018e75910ff1e5c1e373f0faab89149966aa37be27e6cd 0.28 MB 294 2
905,289 905,289 00000000000000000001b5a16057d63132c400520d5d7c0be2b060fb3cbf53c1 0.82 MB 1,030 2
905,288 905,288 0000000000000000000188e91014fefd864494c1e9fd7c426286666dc879f599 1.13 MB 1,648 2
905,287 905,287 0000000000000000000180b2ce5dac33efe7b6e16c92da9c5f0851ad43b29fd1 1.35 MB 2,113 3
905,286 905,286 0000000000000000000016ecf1b758b89f1c52d2d2f1eac8ae2377fb7a0153ab 0.09 MB 223 5
905,285 905,285 00000000000000000000a259341837d7d63a27cb12d68403027f3b908518c760 2.13 MB 3,100 1
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.