Memory Pool Memory Pool Refreshing

1,999 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,991 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (579,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,008 328,008 00000000000000000d7a6b15a6b92c6739a20d0a67ebd9399d47ba52bb8f968e 0.30 MB 514 23
328,007 328,007 00000000000000001297c810fb0ad8f5fb39ec578a8a963b8788212031b03b88 0.03 MB 128 39
328,006 328,006 00000000000000001e19f191cea2347a137e1375ec44f60f669862399c25fbf4 0.70 MB 810 19
328,005 328,005 0000000000000000155b6d19c49a5392d0d94eda0c350ca1280c18caf4893960 0.02 MB 64 14
328,004 328,004 0000000000000000013d05e2b1f0a6c9675594b8e140326169cc39adb96eda44 1.00 MB 2,095 35
328,003 328,003 00000000000000000abbd2c8f4d90a41ebbc5cd6fb559aecd715ae1e62b1e06a 0.08 MB 256 54
328,002 328,002 0000000000000000127ff4d4bd0f517ca7274ecdda9aacda6d8b24d8e4351871 0.19 MB 385 31
328,001 328,001 000000000000000010139d8c1bfa1933154b6ab111d827736f704cf91fa0e322 0.10 MB 196 33
328,000 328,000 000000000000000009cb9a303d105e7b96b36546a3196f6f79ece4b43712cbb2 0.10 MB 216 14
327,999 327,999 00000000000000000ae76ffae080f7459357a3d4ae5061208bb2dd219f1fa9af 0.42 MB 812 27
327,998 327,998 0000000000000000097eb7eeadcd92dbacfdad8d1570c29b2444df44c712b892 0.30 MB 612 28
327,997 327,997 00000000000000001c2ea3548f02d0de3482ede0135224bc242513475781c941 0.01 MB 29 11
327,996 327,996 00000000000000001a5194f0774a83d64f6966131458616d624fd5b595bebc0d 0.54 MB 1,071 26
327,995 327,995 0000000000000000117ae447a215f4dcbb23a484cfbb4ae4bfe566c78a4e81f0 0.09 MB 185 28
327,994 327,994 000000000000000014d3b720c1332c12b565e62cc74204ef10162de4840f0df1 0.06 MB 119 26
327,993 327,993 00000000000000001596fe73b0aae8b8daacc09fa91a3cc793288fd3e3606bf1 0.20 MB 395 25
327,992 327,992 0000000000000000107a016fd0997c13a4bc2fedf52334bb0b900034c2f69b85 0.14 MB 273 27
327,991 327,991 000000000000000012ebd5027b26d20a14dfb91f5b6c9d95aab8a9552995481c 0.10 MB 201 22
327,990 327,990 000000000000000001c6b7aa2c66ef5d3ce6a4b6361d86a21c983938fcc2962c 0.18 MB 282 26
327,989 327,989 000000000000000017d2480a332f7d1ffdf970d25930b51b762983c4f7dba0df 0.23 MB 322 26
327,988 327,988 000000000000000015048b52c3550e9ba3fdb06b676607c13d9efb0d306f2533 0.27 MB 537 29
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.