Memory Pool Memory Pool Refreshing

98,713 transactions
28.22 vMB
Show Random Selection Loading Transactions
Max Size: 172/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
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
879,351 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 740 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 879,350 (44,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,499 834,499 00000000000000000001d6324b34fa9f9d21b8573fb97ee8fe49ded4919479bd 1.65 MB 3,402 32
834,498 834,498 0000000000000000000183f96905538ac3692ad5b280057b0d101182ef6b8375 1.84 MB 1,511 13
834,497 834,497 00000000000000000002a91baaa2e8c0db3b528e3e5879c717064b33ead8b1be 1.60 MB 1,414 14
834,496 834,496 000000000000000000027c1dd7c8878ef60205b5f01aee40c24c0517cdf45688 1.46 MB 2,140 21
834,495 834,495 00000000000000000001297def4bd67beee550f8275ce260ccb947bdec06c025 2.04 MB 2,723 15
834,494 834,494 000000000000000000014026287049c39cca563cb5c93967a077088471801a76 2.01 MB 1,804 14
834,493 834,493 00000000000000000002197cc45f1162b5c9d9f85c0b3947409322371cda987f 1.69 MB 3,123 22
834,492 834,492 00000000000000000002057f91f42eaf42e6817f01cd0cfeb3f467938fd4d653 1.74 MB 1,164 15
834,491 834,491 000000000000000000021e9cd57c52e78a647a823c5d9be5ed3f033a2b244e9e 2.04 MB 1,985 16
834,490 834,490 000000000000000000005591c0a6a1d286f6001c85852caf4c800f08251d3518 1.96 MB 2,187 15
834,489 834,489 0000000000000000000054df43ad9e5e9693566e65c60e168860f0e25418f970 1.65 MB 3,685 32
834,488 834,488 00000000000000000000978311c7af7e3735e17d81bd557b406925ba540f92b9 1.64 MB 2,648 22
834,487 834,487 000000000000000000035163d4a90641543ed383476a7c0cb03523c4dc55f6b8 2.16 MB 3,074 17
834,486 834,486 00000000000000000001ae6703184656ce768811cc74c3ada0b645e15139553a 1.93 MB 1,685 17
834,485 834,485 000000000000000000036e0be7b4be14849c62f19d0928f146bd92c43cf2f8cd 1.68 MB 3,107 24
834,484 834,484 000000000000000000034f28a53c34b9ed707b80eefd4db8aeeaedb09ee988ec 1.60 MB 3,151 34
834,483 834,483 00000000000000000000ba03e979e8fa8fc5b3b1bda98c7f4d5ad50d233dd507 1.96 MB 902 15
834,482 834,482 000000000000000000012fd7e7d32659506baeab8c6062414d39f88d4b3766f1 1.78 MB 2,429 19
834,481 834,481 00000000000000000002181d293a8876f897a0c9d1a510b754c19ea81541e576 1.64 MB 3,050 26
834,480 834,480 0000000000000000000366856ce64c15b0ea122532c4df9a8524dd00636270c6 1.69 MB 3,967 33
834,479 834,479 000000000000000000022b2729a58344e77f9a25ac702def6360ada5de5e53d8 1.73 MB 3,406 28
Previous 10 blocks ↓
Total Size: 717.06 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,635.88 GB sent, 50.32 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.