Memory Pool Memory Pool Refreshing

7,786 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (720,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,992 186,992 00000000000008c767c21d389dc6578dcdbe8cafe8a0b4232210637e9915e92b 0.14 MB 173 86
186,991 186,991 00000000000004556b0cb086c1526f60a094dabeaed11edbf60280b5a9e43ca0 0.06 MB 211 23
186,990 186,990 00000000000000ee8090b49e771d4a3f5ebb245e1b10b87b71eb07fe469ca39d 0.02 MB 67 49
186,989 186,989 00000000000005b9548bb8037269cbbb1e5259077390415129397323f351e13f 0.17 MB 462 130
186,988 186,988 00000000000005c3f764c904d4ae1c50cff0155032763a17d5725b3709244e90 0.09 MB 243 159
186,987 186,987 00000000000007a6a99298b7fead22cc05d4ee451888b7ca98b16e462321f1d3 0.07 MB 238 152
186,986 186,986 000000000000087498b8cf7b46e2e8fe36c6015f8764d60e2facf497a7caf679 0.25 MB 597 121
186,985 186,985 00000000000005193db1b68fce6abf26fead066c350f96a2795598785fb47a3b 0.00 MB 1 0
186,984 186,984 00000000000007723bb971297d5c1c9e21b8b864ceca86226428edcaadb0146e 0.25 MB 553 131
186,983 186,983 000000000000010238d93dbf055e906ba64ce16d23da422098e1c2fe8c10178f 0.01 MB 31 230
186,982 186,982 00000000000002dea80ce593768595cebb96aff8672981dd9a90eb74ea32af81 0.00 MB 14 73
186,981 186,981 000000000000022cd14f5e7b21e53d39f3d592b568a19b6e07467ebfbfa1dba2 0.02 MB 64 49
186,980 186,980 000000000000009db60d609f5645a3039388d68849c6d113f510b946fc715615 0.05 MB 147 76
186,979 186,979 000000000000015c77b44bf62ed2abd1560d3621b21cefbf7d70c6522a611e9b 0.00 MB 12 15
186,978 186,978 00000000000007c043e88eb73e06bc853b78d2138c75afdc3d9eb847eba1fb81 0.06 MB 202 20
186,977 186,977 0000000000000235c1ff90cfe6020d3cb22e2fc4eeab262175b55a76305c3abb 0.00 MB 13 318
186,976 186,976 00000000000003f2910f6e809da556122c66a66d41005721726a997b021cddf0 0.00 MB 12 0
186,975 186,975 0000000000000104b07481976de723178e3c90eb32906c2798ed2de7eebe02b9 0.09 MB 196 90
186,974 186,974 000000000000089d9a57f256b217c4168eecfca6290a49548010df687962466e 0.00 MB 12 14
186,973 186,973 000000000000015cc8a723416d35a10448fabf3ad93fcf7bf3aeab2bbcaa8526 0.08 MB 243 159
186,972 186,972 0000000000000182c6a9c2d2a6cdc83a264406c9e5ba42b5b70e9a06b65c7da5 0.25 MB 916 179
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.