Memory Pool Memory Pool Refreshing

1,327 transactions
0.40 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
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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,323 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (677,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
229,998 229,998 000000000000022b3cd6db7d7366c0bacb77b1ee170b09de42aa68cac48972da 0.01 MB 32 93
229,997 229,997 00000000000001c9f7a9e5478a50e0af0df16cc962910479f2f9cb9c2a85265f 0.18 MB 426 150
229,996 229,996 00000000000001511e6bdfd67a40a6f7c9a6479f31f7c97c73c2aabcf53d7949 0.19 MB 366 100
229,995 229,995 00000000000001aaa1ac947287bc6f821c3710be4d963f91865d8e2da4ccacea 0.19 MB 414 159
229,994 229,994 00000000000000e251805b8799902a1c33b842938c82ff4c30d21fb391b3cc97 0.21 MB 446 260
229,993 229,993 00000000000001364c2361f328e367d499aec0e82d2d5850119ebd0c9eff7012 0.14 MB 242 197
229,992 229,992 0000000000000221c250f0c8899f32c248f8265a11190a78614239148888b6e2 0.28 MB 498 154
229,991 229,991 0000000000000147ed18d6690862dbf084712e39712801c47ee842531c906615 0.15 MB 319 196
229,990 229,990 000000000000005964faf4103a1f25afd144b0352944438479daf4f53bcdc700 0.20 MB 404 164
229,989 229,989 0000000000000217ce7b88248aae0b5e1e108e281dc44683a2096ba4e29e2fff 0.21 MB 433 164
229,988 229,988 00000000000001b5a2ceb4e2bf7bf7e551ecc21abc14758323ad4239741ca244 0.06 MB 123 141
229,987 229,987 00000000000000957d4026666b1384e2ba26433b9edf7843f5d8c6fd69773835 0.16 MB 175 77
229,986 229,986 00000000000000bb6315191e30cd20255d85b8b6deca1942308358ab78e26c72 0.25 MB 692 230
229,985 229,985 00000000000001782aafb8ef8182291c1faf7a9771b1d99f2f344388ed76865a 0.31 MB 459 130
229,984 229,984 0000000000000069ca5b67b1d9778f34565203bddc1cf65881edbf4c960669a2 0.04 MB 128 194
229,983 229,983 0000000000000002326c21c4d7cf5e5e2a6aae3ca521da18bf76e88093861f1f 0.05 MB 123 129
229,982 229,982 00000000000000fb6d6de194d119b615df2152f0e0c12ef892d89408cff4af0e 0.17 MB 387 172
229,981 229,981 00000000000000e06eb7c862938479e4fd0ff27cb5a2304017b09acc247d362e 0.07 MB 224 65
229,980 229,980 00000000000000b2e4ba847290d24bcc9144f2bedecf52e1589fe5aab2e681a0 0.06 MB 161 152
229,979 229,979 0000000000000097f5aa3a1f9d31a39c1d74dfd98c0613be70e9517ccafb7690 0.08 MB 208 172
229,978 229,978 00000000000001820eabf91d0584f84d903b39e95b5c36ec75125348f49b3856 0.05 MB 109 176
Previous 10 blocks ↓
Total Size: 769.14 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,631.94 GB sent, 93.59 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.