Memory Pool Memory Pool Refreshing

1,562 transactions
0.44 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,550 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (807,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,096 101,096 0000000000037e616b110aa19732f53fb2ebdc17ae170245853cbf35d2979b22 0.00 MB 14 0
101,095 101,095 000000000001eb97674fdac25011a88e5fbeaf61248fe1b0ea972dfaeb225b64 0.00 MB 14 0
101,094 101,094 000000000001cbf08fc21a6510542ae5526b40c1af81c3c94707e3fa2e07eaf6 0.00 MB 14 0
101,093 101,093 000000000000c21f45473577971716238a06a319f0eae8fc5231ac9564eca88f 0.00 MB 14 0
101,092 101,092 000000000002ab47879768a798eed0b0c232c127737f9c4044502e317ae80b73 0.00 MB 14 0
101,091 101,091 000000000001acddf4874500b0a6cf93c28e2fdde72472415cf70ebe8d005f3d 0.00 MB 1 0
101,090 101,090 00000000000376a0dfb758b69266568a3780605ae23939e37f041cfa7d153cd9 0.00 MB 4 1,349
101,089 101,089 0000000000028ed41fa58c7825c0a428ad2c9d8828d36e077556f8f6cb951860 0.00 MB 1 0
101,088 101,088 00000000000124682396c88997e455306b1c703cb74df4d0d1246ccdaeb798c4 0.00 MB 4 0
101,087 101,087 00000000000297b3f807fc3065e2ac532658725877ff5afb5a2767020cd53149 0.00 MB 5 0
101,086 101,086 000000000001a4c603c93e57a2add8f214f674b10b90ba73c21c24dc1e6cd261 0.00 MB 2 0
101,085 101,085 00000000000134bba53efad2edb46f3e2a14bc64c6c0062143e638ed4caf6a48 0.00 MB 2 0
101,084 101,084 00000000000137db47e945d36eb1e5dc7365fd96e6e063375477760dd1ccd423 0.00 MB 11 0
101,083 101,083 00000000000322b390a3f27f6873d565dd1201f823c101014837a2519ede287f 0.00 MB 8 0
101,082 101,082 000000000000cdffeda5bfcf22ba06e448c714ba6fe0ef1de6045e43a38ff22b 0.00 MB 12 0
101,081 101,081 000000000002f6bdfc65179fbb6b74815ed89f36a810a4a90da71adcc81e720d 0.00 MB 5 0
101,080 101,080 000000000003dc5d8005b7a2d2bfdd612f749e0c956e037c6bcffdced59e7015 0.00 MB 13 0
101,079 101,079 000000000001fcafabfe058640eb752bb09651ab4ff7f97fa724859812cc6a52 0.00 MB 1 0
101,078 101,078 0000000000026a2997fb08594f5ead48ad85d35040a95a9e64027fa9614a9e0a 0.00 MB 2 0
101,077 101,077 000000000001714d19c8583b5963e0ee2b40865c4a25e51a126688272b2ad453 0.00 MB 4 0
101,076 101,076 000000000001d78251dcb221268a916d46fef8ea6f640eebffc54037c54ae127 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.