Memory Pool Memory Pool Refreshing

3,486 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,779 (60,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,879 846,879 00000000000000000002062b28469a44aeaad314250922639eea2031bb329b05 1.09 MB 633 144
846,878 846,878 00000000000000000002568ac523c4b1af7098930cb3eff21ea0af32216b509a 1.10 MB 671 132
846,877 846,877 000000000000000000030012a1f87e0502b7eb8afb84f9d9adc7f35ee0c272b3 1.09 MB 535 124
846,876 846,876 000000000000000000006ad8ea3021f7079b750fe24e6df177054d04dda35ae6 1.06 MB 343 123
846,875 846,875 00000000000000000001afeefe5e2f1861b9a63cb413737f6d11eaaa37c59510 1.10 MB 701 126
846,874 846,874 00000000000000000002e5705a7785923b071f188353801c743f710661081657 1.13 MB 674 104
846,873 846,873 000000000000000000032ae45112897ad592945ceed0e4641847689665a0fc02 1.12 MB 701 97
846,872 846,872 000000000000000000017a1c6584d39ef3d77ab5c5232bc818e26db292581172 1.14 MB 834 66
846,871 846,871 000000000000000000013852af6a3136844de5fe9a0b937d1728f2087b8deba0 1.14 MB 834 62
846,870 846,870 000000000000000000011b5b96cc378732536471e9605b18e3956c865a5abb68 1.11 MB 667 57
846,869 846,869 00000000000000000000ec4cc6814410c6cb9574c32fa2c03ea89012a67ec0a8 1.18 MB 678 55
846,868 846,868 00000000000000000002ea88b3d88c19b056ec9535962a5b7b367376169ff6ed 1.17 MB 665 54
846,867 846,867 00000000000000000002e5b1788ec682d15f64a50947991e2e7bcaf0719629ab 1.39 MB 1,256 62
846,866 846,866 0000000000000000000070e5f98c92460fe8ba62b1f3b7694be2c5c16b11b7e5 1.60 MB 3,035 47
846,865 846,865 00000000000000000001a8cfeb873377fec8af3e7cbd5dc025878d3b84dd7ad1 1.59 MB 3,537 54
846,864 846,864 0000000000000000000051ee965d6cff08986492ae2554875b94bef0a60d5c43 1.55 MB 3,372 60
846,863 846,863 000000000000000000009bfd342c5530f59efe33cf4a7dc81792d28418a687b3 1.69 MB 2,604 33
846,862 846,862 0000000000000000000158a42166fab4aa24b64e859a16ca5ab8da494301bd7f 1.62 MB 3,051 45
846,861 846,861 00000000000000000002adb3fe8f070b8f0ceffc8b9dbae2f6038510a70946e3 1.59 MB 3,086 33
846,860 846,860 00000000000000000002762da1c8a78b70b78db0d28bcc0ff0f84ea27a17f836 1.68 MB 2,597 36
846,859 846,859 000000000000000000025b22c178a2237b9df88bc842e2f320c368d092af392b 1.67 MB 2,897 40
Previous 10 blocks ↓
Total Size: 769.13 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,630.66 GB sent, 93.52 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.