Memory Pool Memory Pool Refreshing

2,724 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,722 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (737,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,535 170,535 000000000000047e8e38b9535a88cfc54cc71915fd2195f807c50329718ec07f 0.00 MB 14 14
170,534 170,534 00000000000000d9b52e11957f1a95b15131fff99550977173b1d0409d48a321 0.03 MB 24 323
170,533 170,533 00000000000002c2708064143c95eab0b7f93c9d2a31b99b5b79b5340704b44b 0.01 MB 24 6
170,532 170,532 0000000000000385a66e24bb293320dd12faee692124719b14903d401d779203 0.02 MB 24 50
170,531 170,531 000000000000050cb46ad763630338c56d6126803d859489c23312839f2d6713 0.04 MB 105 23
170,530 170,530 0000000000000295bca5a724090e6fcfa977f49ca74aa73fa255441272594088 0.00 MB 11 34
170,529 170,529 00000000000006cf6de012e8ce93a199cab3ede25fb6c39c0ae5a325d2b19923 0.02 MB 14 550
170,528 170,528 00000000000007f77e649a1c56e7d008c0cf576c9c870a49ef2d6611e52890b0 0.02 MB 14 19
170,527 170,527 0000000000000a4da5fad9081163ef7e2344481efcae597a6d64cb5de0f0e916 0.00 MB 1 0
170,526 170,526 0000000000000729315b4f02d48e96681085f085797ff4dec04f38dbfbd8d384 0.00 MB 10 0
170,525 170,525 0000000000000903276dbafbad032be4890f2fa62cf9073766ccb386b72f28fc 0.02 MB 41 41
170,524 170,524 0000000000000a127e05793abdf5818503b3849c130ca96a17a5bfc945ade4dd 0.00 MB 8 283
170,523 170,523 00000000000003c31f73bf68bca3c0b625d8da6348318248da7260bb4e5a6a0b 0.01 MB 28 184
170,522 170,522 00000000000004b2f96b997786458cbf0f7b1e64bd14cc3446d50031544e70cf 0.05 MB 108 13
170,521 170,521 00000000000003881f3ca94bb9fd3ecc2bcebe532176d464958af3971a9d901c 0.00 MB 7 316
170,520 170,520 0000000000000299104de873e1f801d8ff9fbc5ce6f489b47c529564a452aa4d 0.05 MB 42 96
170,519 170,519 0000000000000a40d7e600f2ed2808851aabd7889b76908d530c2bc11bbc6194 0.00 MB 1 0
170,518 170,518 0000000000000796ceffccfa95ef0747077f0ae0b07cc454dbe5fb00994ff532 0.01 MB 28 25
170,517 170,517 0000000000000030799e7d5f327421d4c0e2be6045ddb5d77ff924a702c4727c 0.04 MB 49 1
170,516 170,516 00000000000001de915cd64b96d9ce1f717cd26a9b666adfd02cbfa36275e19e 0.03 MB 42 84
170,515 170,515 000000000000028673421ae426901f72b10131bd58bbb951d74142451fb1471e 0.02 MB 39 79
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.