Memory Pool Memory Pool Refreshing

2,041 transactions
4.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 sats/vbyte 3
2 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,174 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,707 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,173 (806,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,221 101,221 00000000000247d10d5b08b231cedb767437606dbbf939b7f44c0c497969615e 0.00 MB 14 0
101,220 101,220 0000000000013e55c568f1bbd39a637a276446f1c892c8b4aeacbad48f56c373 0.00 MB 14 0
101,219 101,219 0000000000028d559a011b8212e2ca951bb4b81cbf454c9e4ddf3bc667dabc75 0.00 MB 13 0
101,218 101,218 000000000001eb19c2ec7ab4f0abbf510a8fb97444296f291cc8d4774b5b8949 0.00 MB 9 0
101,217 101,217 000000000003dfa3a8ed2fdca10eea190a6818e7ebaffd0a22f20d1a279feaf5 0.00 MB 13 0
101,216 101,216 0000000000023862596b819cf954b10b372b80afffbdfcc7a2ca2e948e11cdf3 0.00 MB 13 354
101,215 101,215 0000000000010dc7caf993cac151e7771c2dc75182facf061067c2855b2eddc5 0.00 MB 14 0
101,214 101,214 000000000001fb3ecf146163833ab6689760f94d5e180675c6724f90fb620fca 0.00 MB 1 0
101,213 101,213 000000000000d7af35321a3ddfe59da227780dcaf0c27e3170d9fd56e8b1ff59 0.00 MB 14 0
101,212 101,212 0000000000006ad8d6caa8cf3c4cc65a569f113e3a7bb3de202270f941f888e7 0.00 MB 14 0
101,211 101,211 0000000000035b325895068d50f40fa70b7c7e17d2cd7c3604510a407d5c84fc 0.00 MB 11 350
101,210 101,210 000000000001e6e0913a00f81fbba7ba794f3d4d4d49066cf7088cc4ce8dabb9 0.00 MB 14 0
101,209 101,209 000000000002f0fcb3bbb167086600c07a2717f76f0599fd8ad8b544d4672798 0.00 MB 1 0
101,208 101,208 00000000000136550e55b66dad0d18bf43fa2dca6b6a547893483b007b0ec29b 0.00 MB 6 0
101,207 101,207 000000000000bde0c0d5db30d677330f14c6449126f11ce517b479376ba9e84c 0.00 MB 11 0
101,206 101,206 0000000000004960dfacb0218a76d83f9e7becd53c5247830248e9d262901a0f 0.00 MB 12 0
101,205 101,205 000000000002664a381572ee6a20899f0fd0ff8f03b5e8db9ae545d4c2f0684c 0.00 MB 11 0
101,204 101,204 000000000001947124d28612fb354f77d9d73bea4240dcb516c2619743a65d9e 0.00 MB 4 0
101,203 101,203 0000000000015d83dd058f4a1b41fc4051d889d4208dad4e7c5df0cd97e1d98c 0.00 MB 13 0
101,202 101,202 00000000000360725c04a298eeb55aca23191b92aa912872d27459d33a7e44a2 0.00 MB 3 0
101,201 101,201 000000000000f513567303e43c016e1241be5914818ab74d25c50bb688c1d8fc 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.88 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,681.28 GB sent, 97.26 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.