Memory Pool Memory Pool Refreshing

3,589 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (776,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,727 130,727 000000000000103c69f5ae6237ff0b1a91090b0ef38e8e9de45244f0460f5b28 0.05 MB 148 636
130,726 130,726 000000000000073d742040d181ad5926702dcc2b8754373095c2f7a10682b0eb 0.02 MB 46 899
130,725 130,725 00000000000005a03a164bc1c5451e775f726d309a620615ca1a1bd655cf70aa 0.02 MB 68 256
130,724 130,724 0000000000000a749a10bae5e53b459cd609b313b4f7bbf2bb4920f9e859a096 0.01 MB 10 629
130,723 130,723 000000000000115fe780f6ff2b397dfb6d19c9d690f07f61ce247a6bdc6956d8 0.04 MB 101 713
130,722 130,722 0000000000001a4152f318ceb7ab5b19f155c4e2ef537a59f31a0e49917a05a4 0.01 MB 21 1,415
130,721 130,721 00000000000013be38a529f5b33ed4260def5fa47fbd4660fd7704603e744ebd 0.01 MB 32 1,231
130,720 130,720 00000000000007b1e84a7381485635594494dfa499bc60deea6be54bcfbd4672 0.01 MB 19 1,179
130,719 130,719 0000000000001d41090c4b521563a8312220d15fc23fc26a2ae1bd38a146ec64 0.00 MB 9 188
130,718 130,718 0000000000000eb6b0e0acd64304bd7631109811e136d04cc1c510f97ecbbd59 0.05 MB 155 190
130,717 130,717 0000000000000c7925b267f898514a0496392628945b4ea5bd16bd87c291928b 0.01 MB 12 2,144
130,716 130,716 00000000000018b44f340930fe96da75676a719dcfc214b2e590c17d6f8d7644 0.03 MB 32 42
130,715 130,715 0000000000001972bde0238f1d7d7d71c7c0969dc04edabdb49e0436e94f9acd 0.01 MB 13 663
130,714 130,714 000000000000088c495907e4855237fd109910805853378e172f8ec78923586d 0.02 MB 30 1,091
130,713 130,713 00000000000000f327d8bfca3ca5914ef53ca3cd2c663126bb88f0bdbc5e6036 0.00 MB 5 582
130,712 130,712 0000000000000f72ab9c9e7ba546594607083ea463f57d44a872d9557deccfe8 0.02 MB 49 637
130,711 130,711 000000000000087ac058bfab682eee5e14b234b21b3b65ba41032d6391af99ae 0.00 MB 2 4,464
130,710 130,710 0000000000001313c055710683bcc24bbc2b62d2a5b99a84dcd593a00960a3bc 0.03 MB 97 500
130,709 130,709 0000000000001814dcf36c2f795ff941df30e4be9e96670a1af73cd404e45747 0.05 MB 177 83
130,708 130,708 0000000000001c6e08fb736ca55d2b891d2370b3168568a727f9534046623ae8 0.05 MB 147 430
130,707 130,707 0000000000000675df8630dec954d284cc8564928f6c31a87cdd86a13d544cbc 0.05 MB 156 41
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.