Memory Pool Memory Pool Refreshing

3,901 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,681 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (814,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
93,898 93,898 0000000000087c118b7fc036b5ffda7084f961717372dadbf3a2abf0e612517b 0.00 MB 7 0
93,897 93,897 000000000004e86560f0378747f7fc4108d74d62925cfe750d76ce98b3b9fb8a 0.00 MB 2 0
93,896 93,896 000000000008764347cad7aa57cf785d323e79fe5d9ec27a43c8adb2630bd866 0.00 MB 5 0
93,895 93,895 0000000000073b3c9207f191e0aeb157732fb2d7a644fa4e7da793030cccbb36 0.00 MB 13 0
93,894 93,894 000000000000ff804bbd5909b271e7cbca265bfd6acb51805dd88666af9e1fb2 0.00 MB 7 0
93,893 93,893 0000000000045bccebf10058b59438adf214d57c9a9322e7d823e20b147e6d6d 0.00 MB 6 0
93,892 93,892 000000000000c6dc63fa723fb58036e1dc70ab7f3b4874e7b32255de04dbe225 0.00 MB 10 0
93,891 93,891 000000000004a90c2552a404e7fc0ebccf8cebf2a0d92bcaa80947fd268da3eb 0.00 MB 8 0
93,890 93,890 000000000002ba045c6515569a41191aae06ab0d952405ef6d51f45929275d20 0.00 MB 1 0
93,889 93,889 000000000006e83298cca22cd054d77be7eaf1a742bd24503ca186c15ec8383a 0.00 MB 8 0
93,888 93,888 00000000000581698a0f89e2d5e5448acdbf6e14676758162f9d339828a1b86d 0.00 MB 1 0
93,887 93,887 000000000003350ae666a28d1c3931cc61a603a8496492a7b655000e9a02250c 0.00 MB 11 0
93,886 93,886 00000000000174ef24f5eead65980a7861ad3ee2d18b9aa6b86496a0b03fff11 0.00 MB 7 0
93,885 93,885 000000000006255b63f111e73b40d37cc19b5f57e39690cb098e40c08d7eedf9 0.00 MB 3 0
93,884 93,884 00000000000536414be8da7f69059a812bab7623ebd25abd779d1d24b06110fc 0.00 MB 12 0
93,883 93,883 000000000004868d548d5abe6582c272764e45b309f07eaff1f62370a3a24d1a 0.00 MB 8 0
93,882 93,882 000000000005248570690547e93d97bc13d6d4d0b5a4d8d38e724f9eaf9837f9 0.00 MB 8 0
93,881 93,881 000000000007be7b242a5ea721b26cb47d7e908c4e5b7d96a528332cfcdc1cc2 0.00 MB 3 0
93,880 93,880 000000000006a1a861325dd0065c85db806939cd6a76c0355ba5ca2d7098ac05 0.00 MB 4 0
93,879 93,879 000000000007143f56d633c874f357ad9b46db5ef0fd00190fb0f51003c43cbf 0.00 MB 11 0
93,878 93,878 000000000006bee9838d8e1ddc3ad6791868bfe5d5baaa6975aee74788aa0fd7 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.74 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.