Memory Pool Memory Pool Refreshing

9,870 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (789,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,746 117,746 000000000000b9a399aad234eddd09d4a65cb656d449573d0e64325af5843a19 0.00 MB 10 0
117,745 117,745 000000000000028e1f3566c985d70185dabb928b4bb434dc6e4f30a72a4242bd 0.00 MB 8 0
117,744 117,744 0000000000001914f859b0a1856792d41417c75c5c55a67f7e7b67a29a03d258 0.00 MB 1 0
117,743 117,743 0000000000009e3858330fdeb1dbd452179ef31fb909c39afac2e0cf6fbf2a78 0.00 MB 13 1,926
117,742 117,742 000000000000423160f977c972006f69faa8d83f6aedad684e5ce3c033a22805 0.00 MB 7 904
117,741 117,741 00000000000048598f27f40f4574f07718c95156b3e831c4e619152cd020e1c6 0.01 MB 23 1,699
117,740 117,740 000000000000a5aff8ddcfc02bab8178b5e460c624efc64de71427261c8d1da3 0.00 MB 10 331
117,739 117,739 000000000000bf6768034f164c25e4ae51c2fe146232b119fa674ce095a52e4c 0.00 MB 11 313
117,738 117,738 0000000000002d49bf6bd36e0c240d9a774db8ed5dcacf4b630430852e05aee8 0.00 MB 11 648
117,737 117,737 000000000000734569f490727cfd61b49223d4120d5f36959869a91af755a8dc 0.01 MB 20 1,133
117,736 117,736 0000000000006ff11366358f7e701d52705bac4ba14845e4d2e8327a9961cc57 0.00 MB 10 1,210
117,735 117,735 0000000000003870fa421b167dcd4a67d39d7eff094b552fd02479b5e525914c 0.00 MB 13 643
117,734 117,734 00000000000073daec534a9bc3c7c4610b45d8f67d4e8be79bff72d426fb708e 0.01 MB 14 1,708
117,733 117,733 00000000000071d695db02b0f410850a7a1afdfc0777b65347d031851bc4e456 0.01 MB 3 1,191
117,732 117,732 000000000000612dd5af5122df6c980a503124697b03ec33222b2cb3c4398bf7 0.00 MB 16 1,293
117,731 117,731 000000000000bb62a5e052f94b65ec837b4ae0783560763b5a3548e9f7837c6b 0.01 MB 24 2,208
117,730 117,730 0000000000003dd4662c092a23ae0690d242426285b034c93aed80b4c6ea212e 0.01 MB 45 434
117,729 117,729 00000000000036cf43a5942ceddc6a0734e9e7ed2ec207d60b100084ef3729e1 0.00 MB 11 1,603
117,728 117,728 0000000000007875081b26123d3d534e79a3f710c8acd70f936260e4b42776ef 0.00 MB 13 0
117,727 117,727 000000000000992c5a5b29b3c5603f652a6815f180c41b215fb4e43686b00e7a 0.00 MB 13 341
117,726 117,726 000000000000561c17d2836f3f6cc6e54a03ccb23f37c1280d4c3f6091435560 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.