Memory Pool Memory Pool Refreshing

7,838 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (468,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,917 438,917 0000000000000000013fd7f7e202cbb7bac733e19fd5bc92c53cd7b0f88ab8bf 0.77 MB 1,951 65
438,916 438,916 0000000000000000031849d8521e1ffa705aae90e4254c7b4635a9c0254d6861 1.00 MB 1,197 27
438,915 438,915 00000000000000000204be92114e39b8146105885cd2c2f60890fb33378b0410 1.00 MB 2,170 50
438,914 438,914 000000000000000000bc722ba4220d936bf7f34cf62dd578c7cbdf27ff91eafe 1.00 MB 2,583 76
438,913 438,913 0000000000000000008603fbf967bbb3ffde8c960c4e546b9956b8759f72337a 1.00 MB 2,707 73
438,912 438,912 00000000000000000275e1ba909cde2ac9b79ff3be2ace0fb52bf976e65aa73e 1.00 MB 1,518 47
438,911 438,911 000000000000000000ded5b2917a024847de40f20c6737dba6ae88e87bd3c6a7 1.00 MB 594 16
438,910 438,910 0000000000000000003c544ab22474e87e5a850e22b34be6b454c0ad280f3565 0.99 MB 1,114 35
438,909 438,909 0000000000000000022e0497e572c4ed7f880de025d456887404c195ee695e4c 1.00 MB 2,437 56
438,908 438,908 0000000000000000025248daa1f882cd7341f19605d037289b5c751e9960aa06 1.00 MB 2,176 59
438,907 438,907 000000000000000002e8176b54fbc27662cdcb4d16c929e15f61643684250628 0.75 MB 1,558 66
438,906 438,906 000000000000000002077c05b28e492c1e286bdae6c8f52df7a5e4908d5fec4a 1.00 MB 2,302 62
438,905 438,905 0000000000000000024d160e5a8b0f4f461416afe1b9d35f47d41bbd09b4b94c 1.00 MB 2,671 106
438,904 438,904 000000000000000001410aed60c705427ed626014973fca9ccfd309948698786 1.00 MB 2,314 59
438,903 438,903 0000000000000000035923a293f360de0a453f046609c54839d27b0a0991e0ac 1.00 MB 2,112 50
438,902 438,902 000000000000000001d599511d338c48c4d28759140453aef635a2f9a500ae35 1.00 MB 2,650 60
438,901 438,901 000000000000000001b33d58ba3613afe0d3eafd11dfe85b285d04065f511079 0.75 MB 1,979 67
438,900 438,900 00000000000000000218dd867c8f9934f6c183f8336b52a3aab66ca790bd0c00 1.00 MB 2,878 107
438,899 438,899 00000000000000000186bdad6dacebbe16a7a84f106fc1c2c825e10f4e2c547a 0.68 MB 1,329 40
438,898 438,898 000000000000000000f01c3bd5f1d733b2b821e7220535ac3a98e7a777a5d450 1.00 MB 2,478 61
438,897 438,897 000000000000000003327fa57699f69939165c40e841b2bef1c35f18a3d4377c 1.00 MB 2,702 94
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.