Memory Pool Memory Pool Refreshing

6,859 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (734,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,060 173,060 00000000000002dba067023b040933a23195089edc351578825fefc9652df79c 0.00 MB 1 0
173,059 173,059 00000000000008b396fb8c73debb73abbb10fa831b36f420bff2b28b64574097 0.00 MB 13 115
173,058 173,058 000000000000070e4b05f09d53a2fc03ad335cc7ca804d7e850ef13611244918 0.02 MB 45 112
173,057 173,057 0000000000000ac52c1ec9c5598f2a4fec9b2abd9d679cbc164d780968309d1b 0.01 MB 9 18
173,056 173,056 0000000000000110842b24861badb1e7f92d6303f20b4b234e2af56655fee1e9 0.02 MB 29 108
173,055 173,055 0000000000000626a92f14c5a0d8fd233012a2c953e49916ce63e5fbe5f3c2e4 0.02 MB 47 70
173,054 173,054 0000000000000b06c2101891ba81ab68559b37c992fd8b882bc9afa402ef746e 0.02 MB 66 130
173,053 173,053 00000000000004f39bdb3356041d27e6171ba154a5286b20b51eeb91a22afe82 0.01 MB 22 52
173,052 173,052 000000000000045cfd9c35f28c982272e03189c4ee080a5d366ab13a033bb6e0 0.01 MB 24 39
173,051 173,051 000000000000058c64378f1800535e62a80926fc4494409c054a2eb77f11578f 0.00 MB 11 0
173,050 173,050 000000000000026443106d6eb5eab51e534715764acd1ab770bb03dfc70af69b 0.01 MB 24 729
173,049 173,049 00000000000002efdeab0c7f4739c6c425eee75e70b4605616af85c3048f84fa 0.01 MB 28 302
173,048 173,048 0000000000000338d081e859db7014c85ddc69fd36db5d30f21905b01128e607 0.00 MB 3 0
173,047 173,047 0000000000000a0c7eaf11a449cd4e9ebc7af3211dc14cc7bede8a01e7c88c3e 0.06 MB 73 65
173,046 173,046 0000000000000891e5472251578b2667d400ee51afefd1438aba42d07d86b490 0.03 MB 88 120
173,045 173,045 00000000000006c1ae2e3de4e82f2fac49681e4d697a3b41b2275552f8bc9f13 0.00 MB 1 0
173,044 173,044 0000000000000af148d536defb8b3bcb760026fc53a590ea311c1eb7522a4a33 0.03 MB 110 87
173,043 173,043 00000000000001796c31a1f5a86cea6be8fd732f707337701b80687e63a9fef1 0.05 MB 142 29
173,042 173,042 000000000000095ddd1d8a793e2645af960764e1561953bfd3d63b2c024d1de5 0.02 MB 31 32
173,041 173,041 0000000000000a3b7bdb1bf8ca526199281317ab3fabb3ad311b698cbc7fc36f 0.03 MB 44 16
173,040 173,040 000000000000037d25bb6c063a254d97f7b3b0d88146981e7d5e1ba08058a8cc 0.04 MB 67 121
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.