Memory Pool Memory Pool Refreshing

1,087 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,077 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (665,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,997 242,997 0000000000000032e9f709cc97e7707ee1d8d030ae926b963cea0bd20e71b904 0.13 MB 331 283
242,996 242,996 00000000000000cba346fad0936263aff2db6f92727d553075331fc2c4e344e2 0.04 MB 39 102
242,995 242,995 000000000000008c86d8730fbeb5591980d052d5644a662c30da3e609e8b9941 0.11 MB 281 172
242,994 242,994 0000000000000000e71a81a21562ee9eb5000f6eaac60a4382c7e9f93779d031 0.04 MB 79 121
242,993 242,993 000000000000009a9f1f7099c6598d393d260ecbca2132fb0697d5084fa4e603 0.01 MB 28 102
242,992 242,992 00000000000000090b2da43c698a8791c98732bf5362d156c7cbc33fab4ba635 0.12 MB 250 161
242,991 242,991 0000000000000011c6358fe53c3bec24bbb303f3f5dc611f8a8822a5eab3b6a7 0.07 MB 154 152
242,990 242,990 000000000000006c8b666a67e82e374081c7ad51969287010cbf763823da7620 0.02 MB 47 50
242,989 242,989 00000000000000af2f45405d8b1e1d718dd407b75eb23a196cc4fa0b30150f47 0.17 MB 376 149
242,988 242,988 0000000000000087ab38f8bbe1e3ca0027205205fbbe56eed7beac1076b76a74 0.16 MB 395 155
242,987 242,987 000000000000004afab04e2c3267a783577680d8dca219e362f021bde0971206 0.03 MB 64 115
242,986 242,986 000000000000009fd04615f625ee61fdf98f2316f063a30512da2c83bdcac7e5 0.11 MB 243 143
242,985 242,985 00000000000000243c9c2e6f54f1a50109b0961adf32cf2f6a082146351b8197 0.03 MB 76 201
242,984 242,984 000000000000009ca4e739fd2bf29fa03381c16e4c602fc2917bbbb6a90afc8d 0.02 MB 24 99
242,983 242,983 000000000000007771b59760d032153e8a60cb7dd16527d613f2e6bf56ddeba0 0.01 MB 32 200
242,982 242,982 00000000000000d94992443620fe68fe78d3f459f231111394bdd684f5e238ec 0.03 MB 45 117
242,981 242,981 0000000000000028bc73d6e75aaf2392c0bca41cfc3681df3f7a7a110c21f15f 0.13 MB 337 180
242,980 242,980 00000000000000bfae812035b0c3cdb8d4dc18fdd0ddd3a26ab315724a1e5290 0.10 MB 237 130
242,979 242,979 00000000000000588b7e5c102a3e99b57f3b6d9d7e97e1984552a735fbac7d0a 0.03 MB 66 104
242,978 242,978 000000000000008568c98d9a8fb00658a683c4a4d9d4f3d9c42b1066db58d3b7 0.20 MB 508 164
242,977 242,977 00000000000000d61d150ff85a98532e0f1db3daa9bcc85a996716a3bd6ac6c0 0.01 MB 34 85
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.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.