Memory Pool Memory Pool Refreshing

8,653 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,961 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (611,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,568 296,568 000000000000000089321f57b0582af5edcfaca3191d3f203e0361ae0e79c7ef 0.35 MB 709 37
296,567 296,567 00000000000000000bb7e75bcbd985b0fba4545fcdc5b0683cdb5d7d2eab5cae 0.04 MB 58 22
296,566 296,566 0000000000000000761f2d2c698e4bc66eb78d56d365cb00b9026b47bf0b53df 0.49 MB 785 35
296,565 296,565 00000000000000004953ffee41198aa25a9eac8e7fdad04ff1f791d9a75d1768 0.14 MB 143 14
296,564 296,564 00000000000000005f21c30218cae0e5a9b599fb06e421a16dd1a6ceb5649e63 0.17 MB 256 25
296,563 296,563 000000000000000093ea1565ef5abf52713d896745fd5d8c7b3d9a86dc2499f5 0.15 MB 169 23
296,562 296,562 00000000000000006ee06fd136ece4330a0c3f38893673a4f87c6cc52f07000d 0.12 MB 46 7
296,561 296,561 00000000000000005df43793b9adb49d7eec210cfd2ec9a56f807dcbb24bef1d 0.30 MB 224 17
296,560 296,560 0000000000000000511e193e22d2dfc02aea8037988f0c58e9834f4550e97702 0.35 MB 778 48
296,559 296,559 000000000000000061b9413aec986e205339d438ffae593822002cb0bab83aeb 0.21 MB 320 39
296,558 296,558 0000000000000000729a4a7e084c90f932d038c407a6535a51dfecdfba1c8906 0.35 MB 599 60
296,557 296,557 00000000000000002088a9933f1e9e6fd42dd7acf2a70bef3877900fb1d945ca 0.35 MB 418 17
296,556 296,556 000000000000000029822621a740a0c3454eb01e24eee62130b9996bb711c278 0.25 MB 630 31
296,555 296,555 00000000000000006073ee8acc793c1b3a243d05f4d512f2d60fec90bbade07a 0.35 MB 961 80
296,554 296,554 000000000000000046d7fddc991162364e8716446d2b140edfcb56337eb39aa1 0.06 MB 30 6
296,553 296,553 00000000000000001ba9be35832691197908f7a9051f6308d2b7b0fca1b71a99 0.14 MB 213 29
296,552 296,552 0000000000000000999f9a703e87569516c137013d5b7ab62fafa2c01553e802 0.02 MB 45 32
296,551 296,551 00000000000000006b453996294b4663b6204e80bad48fdaaba4927ef18bfdd6 0.07 MB 100 23
296,550 296,550 00000000000000002cc31b16945def010c31c9345488c3dace6a1b6ca1081a01 0.06 MB 80 28
296,549 296,549 000000000000000050d8794e394229c531f2cbf2c93425ad46bd8e0ea3ea3a80 0.07 MB 43 15
296,548 296,548 000000000000000080b9d6b2bac229523d8acf51776001954781407dab8f0b23 0.19 MB 420 35
Previous 10 blocks ↓
Total Size: 769.04 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,626.68 GB sent, 93.07 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.