Memory Pool Memory Pool Refreshing

3,375 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,954 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,861 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,953 (660,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,423 247,423 00000000000000085065aa6ab2cca11e7b5208c478433daab26701c1b6362938 0.25 MB 599 178
247,422 247,422 0000000000000082f8579b7b5875b8c6b2c8d18ed2c758241eab8f796f4ea76f 0.21 MB 547 111
247,421 247,421 0000000000000005c0e65f34f161799217c280349940b8c2eba8b2f512861bcb 0.06 MB 147 151
247,420 247,420 0000000000000054e8561749edf0223501dddd80c944d9b8b05cc4bdc9e15046 0.15 MB 410 130
247,419 247,419 00000000000000185fd63fcd476121280c3b730b788269171fd872774bda4e29 0.01 MB 20 88
247,418 247,418 000000000000000f154a2616b5950a899dd512127db9f431ce17100553b6b1c1 0.10 MB 247 121
247,417 247,417 0000000000000014b39839e949be7b3ebdf73e5b70167aff19973e8474ab4b8c 0.09 MB 128 47
247,416 247,416 0000000000000092385031bbeb1b02f4b3054e0d39722c956e63a98c803f461e 0.01 MB 20 108
247,415 247,415 0000000000000011f9caabff77089d6bd232bd788655c8c6f619a881955af9c9 0.01 MB 14 105
247,414 247,414 00000000000000002944b436e70f44e5cb34fb72e05212d02457841e7b11ad27 0.04 MB 83 123
247,413 247,413 000000000000004662213f102a418134767563307623f9e87f14dd3a8b6d7d48 0.07 MB 136 105
247,412 247,412 000000000000003c8d06dd5ac7f5127d983cf93412d759934bcb996c610a0ef7 0.13 MB 368 139
247,411 247,411 000000000000001597f63e809c69347ba82be7b5ce3cbbaf70f50540a53d1c50 0.13 MB 201 80
247,410 247,410 00000000000000547aaccc15a2d2b2fecf1f9995f1d4dc013905ab26b8ade0e0 0.28 MB 543 77
247,409 247,409 00000000000000848610e11653fa182f9b4567d8f2450c8fc1dfa92646bdb5cb 0.25 MB 395 85
247,408 247,408 000000000000004a56b61cb8d340182cc332cfd52a81b46ce5840d7f30859182 0.25 MB 742 188
247,407 247,407 000000000000000b4a01da01b19128acbd5425641f4150167d41fd5bf21ac10f 0.02 MB 45 46
247,406 247,406 000000000000007789fbc370f866b2c55264a52356058a767546de80967978e2 0.28 MB 639 129
247,405 247,405 0000000000000020520af504a7936d195864fe07e8caf2d1a10916c28dce7f96 0.05 MB 104 111
247,404 247,404 00000000000000a1c9368bde1dbf64a47a354060330ae3cc74c3c9fd0d75c831 0.16 MB 367 160
247,403 247,403 000000000000005e578601ca0b4ef261e34cee7c9a0bf957a7554a97541ffbde 0.04 MB 80 35
Previous 10 blocks ↓
Total Size: 769.46 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,646.17 GB sent, 95.24 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.