Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,632 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (717,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,074 190,074 00000000000008475e7f1915632275753491c21935bd374b57f1dd5b4197b0ac 0.08 MB 211 130
190,073 190,073 000000000000065f89262b1326bca6960722d52c8308ad4b7925c43fef53defd 0.04 MB 96 80
190,072 190,072 000000000000058c496b121a480a514bc023f987a7397e5b5e8862ec07209174 0.01 MB 7 116
190,071 190,071 00000000000007975cb5abe4669633da0c1ed04ea8f01e40a2c3a730a2221762 0.07 MB 171 131
190,070 190,070 00000000000002055094062d65ed5ab16dd39c355eec2b0537b0f59c4050ddef 0.03 MB 89 72
190,069 190,069 000000000000059ba7093b292be9863fdf23008af8dcfedec01a18848dda10ca 0.03 MB 64 146
190,068 190,068 000000000000084be259ecb02fb84a85dd73e30403ffe698a072fb6b01990c7f 0.01 MB 23 71
190,067 190,067 0000000000000546f2211e22bc700776c3699ce9bed096566db886fbc6a3ee43 0.06 MB 93 95
190,066 190,066 00000000000003b113bf4bda8a674707ef5f83221373cf3f2f37b9aa6da4f405 0.05 MB 128 140
190,065 190,065 00000000000001c0d8869afa19e48f8555b7947a65babc37bafc1a11d6455547 0.01 MB 27 89
190,064 190,064 00000000000001ed1373f0ab232e4cc39a196058cd65da65e1daabf272bf7314 0.01 MB 41 130
190,063 190,063 00000000000000426ba99a7721575114e77705ccd5cc9fb98e04de452f474264 0.11 MB 277 116
190,062 190,062 000000000000075d5bc6af148d554d80ec451909e24ca819cf234dc18cf8ee91 0.21 MB 370 115
190,061 190,061 000000000000058fb6763e7733be80c86b4b8dfafc5f25f85bc18831ad0b4aea 0.40 MB 1,098 150
190,060 190,060 0000000000000096f30522497713a6786833eb0d201c1608a744caee8441b07c 0.05 MB 103 81
190,059 190,059 00000000000004f8a7558e890cbddc7be941c7e42e3ec37f0de318426bdc022e 0.05 MB 117 67
190,058 190,058 000000000000023261d514ba54b9626079df898fbcbabb76ca8502f3b85f70ff 0.09 MB 148 90
190,057 190,057 00000000000008ebf028a1737fcc4884be0f5a1a7bf60c043fbcb19b247ef53e 0.03 MB 63 99
190,056 190,056 00000000000006a4782de9ba2e0d6f2949d3ba11063a085042e901c4246a1e4c 0.01 MB 22 0
190,055 190,055 00000000000003336b2a4f21d88a0883d6681d7ebc59bebd335bc6775ef452f3 0.25 MB 500 110
190,054 190,054 00000000000005a8df42c7ff81cd6891291f168e97216f4d9604ed49871e47f9 0.13 MB 398 138
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.