Memory Pool Memory Pool Refreshing

2,977 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 2,954 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (613,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,881 293,881 0000000000000000660b2a300df77d873b0042e67cf69928c7733a557167d102 0.02 MB 29 26
293,880 293,880 00000000000000000803ce7e9cb7714809c2ddebdef9a02b6e40b4c537a1e6f6 0.09 MB 190 29
293,879 293,879 0000000000000000b30720b0a7c73bce282168d4c0be432f47515658e024ddb4 0.08 MB 128 27
293,878 293,878 00000000000000005dcdaed56b847c71da669fa4929014c37d76b52b0f2addf6 0.01 MB 21 22
293,877 293,877 000000000000000032f47142a8de9c7353e5b9930905d32e887e24a1ba1189d3 0.12 MB 254 28
293,876 293,876 0000000000000000d6e1783140e96eda95add5718e1f44e3d68cb11effea0aaa 0.03 MB 64 47
293,875 293,875 00000000000000003b890928a17776c1f91a88cb5f834c3d1c4130e91d5f0d9e 0.02 MB 54 76
293,874 293,874 0000000000000000d99e4f609f16588dce05b1217ba770904b5a7cf56a924ac6 0.15 MB 367 44
293,873 293,873 00000000000000008af2baeb2901eebb99ac4da93cd557061f2df3b2edc39acc 0.01 MB 16 24
293,872 293,872 0000000000000000589278bce9c2a2e1db1c83d0202b915724fe9c1b5781f1b9 0.10 MB 197 37
293,871 293,871 00000000000000005cf4ac6ab2d937165ecc14a8d11af31c1f5d162c09effbec 0.07 MB 108 16
293,870 293,870 0000000000000000cbbbe199cef71ef657700b8adb5bf1aa080001ceaa4e4cd0 0.38 MB 512 27
293,869 293,869 0000000000000000d95f428bab06622aee094f7829470c1cd6bcb5efaa987757 0.13 MB 134 20
293,868 293,868 0000000000000000b92363bd16d02428bbcd92ca32e5142a94f8fef7d7096914 0.17 MB 383 31
293,867 293,867 0000000000000000d49d29a0efa4b7ba879cf2d5234d2234b9349d389bea6405 0.01 MB 29 40
293,866 293,866 0000000000000000106b4d94859f99be5d0f9b316476bf218bcca83a9f1ad58d 0.10 MB 255 31
293,865 293,865 0000000000000000d3c5f477698efbb99ed03c3a2eae8adcde43d51caac94b68 0.21 MB 417 31
293,864 293,864 00000000000000005639c8e587518c3a973dd123b47ef54d999d21d5e89d2f7c 0.26 MB 559 53
293,863 293,863 0000000000000000b006614f418b4753ef0435e17ee7e97d50e742a3a9bdb09e 0.15 MB 304 42
293,862 293,862 0000000000000000aaa2a978c0bcd5b35d62207f8c180933a90d5de95b4dd9a2 0.12 MB 269 37
293,861 293,861 00000000000000007a031b94e1bc563b9fa007b766a942d0ebe8e416c41a961c 0.02 MB 55 32
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.