Memory Pool Memory Pool Refreshing

583 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (819,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,431 88,431 00000000000fbeb64acf486588ce3dd8a6160465deee2e148288297aab28d85c 0.00 MB 3 0
88,430 88,430 00000000001aa484f57d2a5ddecf16580665ace966b4116e8c75dcf97cdd831c 0.00 MB 2 0
88,429 88,429 000000000010d65a8cb306b6ec275177e1117f9f139b35a4c673207dd92486e2 0.00 MB 1 0
88,428 88,428 00000000001738ac668f0c8b31c9f5158b47d38e52dcd6c31563fa264d83a58d 0.00 MB 1 0
88,427 88,427 0000000000114673a6bd58b4ce054b93e1fcf3dfb48faeca5dabbe03d9c30c9c 0.00 MB 3 0
88,426 88,426 000000000016962c4e912ed46008166875ae543f4a5e91084a05da1e1e28d56e 0.00 MB 4 0
88,425 88,425 000000000013550b4b4a1130b5c0dc44acbb3b0f12fe4b5b35e3f7ac91a4693c 0.00 MB 3 0
88,424 88,424 000000000011ee8fb12969b147483dde3cebdc27a167146baf6eddd130686887 0.00 MB 4 0
88,423 88,423 00000000000c7c661ed6f5aa74d42e8305633086523304f92706c47918161c5d 0.00 MB 1 0
88,422 88,422 000000000016681e628d735284c87adb3be08082d9df0b8095781325d027831b 0.00 MB 3 0
88,421 88,421 00000000000ac12e05f4cdcc0774c63a7761c9a39b1bc8b036425fa901f801d7 0.00 MB 1 0
88,420 88,420 000000000008411307094a4bb6ec41616daaf118aa468182eb24dc17adc6dd5c 0.00 MB 1 0
88,419 88,419 000000000017d5a06c357e540bed2b84083bdf148645bfcc0509abc00a480b7d 0.00 MB 2 0
88,418 88,418 00000000000998f2581d71edb6daa385290414ac79a5317d3dc595d6c93bb7cf 0.00 MB 1 0
88,417 88,417 00000000001d5a2daee6d3be7ac153af21f10b94cd77d68775e9991d8f476c00 0.00 MB 2 0
88,416 88,416 00000000001b3cadcd6617b610ac950fd077ba2e3ecb57ab505db270821f8f91 0.00 MB 1 0
88,415 88,415 0000000000080c987f7d635192f1c87164467fb0496f3ca18b7d25279dad169b 0.00 MB 1 0
88,414 88,414 000000000012c8e9a69a6289da1168198fa50aa0c5d93e04fd9103b5d5ba558b 0.00 MB 1 0
88,413 88,413 000000000004139aafeeb386a5a32aff860b1d981a0b2442473ac0c1febbde85 0.00 MB 3 0
88,412 88,412 00000000000a57cfd5dd681b59689e1281a6fd0ba46f224e7b0a4598b125a559 0.00 MB 1 0
88,411 88,411 000000000017521cddea9a9e0b556b74ac119f9bd8a36d4756de45556ed3c2f4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.