Memory Pool Memory Pool Refreshing

357 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,985 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,984 (661,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,981 246,981 0000000000000059a8a445996ec63bfcab7ec8596221d6372ed9dd1737ea38cd 0.16 MB 349 216
246,980 246,980 000000000000005bb14c33b3543f9c5ea36523a88bc5e6ebd678139aa40e0843 0.00 MB 5 14
246,979 246,979 0000000000000001f2d8a9b168e80fde5f1570fd6da9e29a1359012914bd7982 0.06 MB 164 208
246,978 246,978 000000000000009cc77e9146c7b0a1184c8503aba03228aeb3711634ddca85cb 0.19 MB 512 119
246,977 246,977 000000000000008a313a5cae1181459b4696d7fe74b467cb1c209bd389e94944 0.00 MB 9 281
246,976 246,976 0000000000000003a8631262cc3be45d0dca882c32fbee56b5ef81ce7039d860 0.06 MB 129 173
246,975 246,975 000000000000006f1cf2110cb5577b562a0a2080d03741037e39f632d1e3d540 0.14 MB 279 165
246,974 246,974 000000000000006aeb488b242fd42117f2f734f16bc781885ca2962540f0b846 0.11 MB 269 162
246,973 246,973 000000000000002ea1d2b7e78a5ebc3b889baad81c21cddaaeb43a9aeace70bc 0.13 MB 283 124
246,972 246,972 000000000000006a994734cb3b606e2cb8767d2be2a9a4f8cdb0d59452203838 0.01 MB 17 70
246,971 246,971 0000000000000057ea1893ca5a65dffeeabbac1019df03ea1ba18824013e17c6 0.13 MB 263 119
246,970 246,970 0000000000000084d2f7a1475d4336089f83e34f7ce939af0c018e2229daf955 0.08 MB 166 145
246,969 246,969 000000000000004375cf5d0335a09947393ccb07c12226fface72c130e48cd6e 0.07 MB 92 26
246,968 246,968 0000000000000069c929e70fdf4407dfad5ad99b3b084d33b0c65fce44853b4b 0.21 MB 458 123
246,967 246,967 0000000000000040d698fa534797e8852b4c16b2bd4e579c28c2ce289bc26032 0.25 MB 568 213
246,966 246,966 0000000000000054808fd6ec82abb8d2c8cdcf72a9320b46b30dcf7a7e0c4953 0.30 MB 675 158
246,965 246,965 000000000000003c5b5e1a9c16e432870ac41cbf56296a2fcfdc1f8c09302a26 0.12 MB 262 140
246,964 246,964 00000000000000257782f7d3b856fd2677f838d02edde1626c21a2348fb4d5df 0.05 MB 86 116
246,963 246,963 0000000000000070e5abdec76af2f5bdf856bae9d358a5ca5cc533c5a1f2eacc 0.01 MB 24 129
246,962 246,962 000000000000007a0a78d8fa6bf79cb01eb0d3993b9a6509886e162bda291391 0.08 MB 169 131
246,961 246,961 0000000000000010541492705185b532e293c22daff2dcc0fc62e35565ab37af 0.09 MB 163 113
Previous 10 blocks ↓
Total Size: 769.52 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,647.46 GB sent, 95.52 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.