Memory Pool Memory Pool Refreshing

9,065 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (127,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
780,698 780,698 000000000000000000045cdecebee2a7fb0b219ba0260b0d8d87bccc4d42469e 1.82 MB 1,990 9
780,697 780,697 0000000000000000000532dbbb6dbd2b7b5ab32227a9d3a09d6c567cf6a41d7e 1.46 MB 1,471 15
780,696 780,696 0000000000000000000162cb3f0f9cf465516c14b24ccc508c081328834896c9 1.34 MB 2,263 30
780,695 780,695 0000000000000000000253a6715201823fae55b27fd30280a2d5fcf2ef67ec3a 1.36 MB 2,334 26
780,694 780,694 000000000000000000034ae94fa24f3f85d420b7d18a55e90c2d63b0dc302da7 1.49 MB 3,180 24
780,693 780,693 000000000000000000054edf3ba284176d98b9c49e9fad3b0edb3e52186d2434 1.91 MB 2,510 8
780,692 780,692 0000000000000000000245c1bec33d9cc85b61d0dd1fa4c5bc1791918158dc90 1.56 MB 3,660 21
780,691 780,691 000000000000000000066960ceb9b165113904f3bc7c68a850362d9c22f1c188 1.53 MB 3,480 26
780,690 780,690 00000000000000000003905f450b5ff616092f0c9d17831302751f214b598e5c 1.91 MB 2,509 14
780,689 780,689 0000000000000000000084202375d3fc0ba5f456f32680e0788f6a27d3204fc2 1.85 MB 2,363 8
780,688 780,688 000000000000000000055eb0f07e7e629e84d5450a2fae5296fae6228bbae39b 1.77 MB 2,818 13
780,687 780,687 0000000000000000000665eaa51f40810584026ffd815691828d2943d8ed4e19 1.73 MB 3,231 15
780,686 780,686 000000000000000000008d2b8188a821c14929d5054a8d6cd827ae8a82c3fdac 1.66 MB 3,407 14
780,685 780,685 0000000000000000000323658f7b687ff60627120e12a5d692e5756f9290793a 1.24 MB 1,549 15
780,684 780,684 00000000000000000003a495f9504cce987014297abbf8054a3747e37af7117b 1.46 MB 2,383 16
780,683 780,683 0000000000000000000166f903fb48dd82df869057e2d244f9a31321e27d263d 1.61 MB 3,086 21
780,682 780,682 00000000000000000006548ec20462b1c805896d2fb843ea18a74fd52e896ca4 1.49 MB 2,973 15
780,681 780,681 000000000000000000011504c12abd8fde06cdbdf37dafe7e8eb39164f5d5b3b 1.68 MB 3,026 18
780,680 780,680 000000000000000000024a05e85bb97a892a727caf5a222f497672c973ca4ca6 1.53 MB 2,896 21
780,679 780,679 00000000000000000001ff7f5539ceaf3122761115d53914afaaab61d6362f83 1.45 MB 3,093 22
780,678 780,678 000000000000000000031368fe38cf478677c9b2d077a3598ad66376fa5af40b 1.46 MB 2,785 39
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.