Memory Pool Memory Pool Refreshing

6,664 transactions
3.80 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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,209 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (782,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,116 125,116 0000000000003a7ce4b8148f81482297b93c8e3d23b68ecd8d1d45c81df10c8d 0.01 MB 26 1,470
125,115 125,115 0000000000003ff3bce273521108fc9b73024437dbd7cef4e5a4531c15d9c4ad 0.00 MB 1 0
125,114 125,114 0000000000003cc8a8e6cb3a40a6a05bb63d5101f485d4149ef1495fd4f9312c 0.00 MB 15 1,015
125,113 125,113 00000000000029c8e77cbed934dac076bbb06632e6690d1f178ff95553d34d89 0.00 MB 12 0
125,112 125,112 00000000000041f6e46954c878e607f3e6ea9862c86fc66d6e122a5233f1b68c 0.03 MB 45 1,220
125,111 125,111 00000000000013a3aab6751ef276eabc4ecc1a9b520641cf84573e83cffc541e 0.01 MB 33 134
125,110 125,110 0000000000000f89cd31201b8ac9f74fbb172dae0a606712c6c9f39b3e621551 0.02 MB 51 800
125,109 125,109 0000000000001bcce173366b3a8722204e78453e14f6d638a0dc61fb18260eb5 0.01 MB 30 970
125,108 125,108 0000000000001e9e822df6b334be3447873a0475606c4237cc28f54a22809007 0.00 MB 11 654
125,107 125,107 0000000000001a80449fdb9fba1427f0d150787b5dcd1ceea91cbafac1b1c49a 0.00 MB 2 3,891
125,106 125,106 000000000000237561c4023ce48700f7bd1128f2e777a5f5f9303feb3944cce9 0.03 MB 50 1,167
125,105 125,105 000000000000327d3ef203aa701d215c7231250d4787642f79b481e35ac5853e 0.00 MB 12 351
125,104 125,104 00000000000023caaafa01aae09f11bc6fc74af091c4fb56e4f5f7af1d293540 0.03 MB 50 1,088
125,103 125,103 000000000000306a3edd78461716484171ce996eebb93dae467e596037519bfc 0.01 MB 44 342
125,102 125,102 0000000000003a20a80cf3728c98a322df3e29995910a8d3ad21e2fabb997991 0.02 MB 33 600
125,101 125,101 0000000000000baa3f19eb0d1168d6a0558fcd09338d98d5ada1704aaded432a 0.02 MB 24 183
125,100 125,100 0000000000003ddac149ecf9a72e69744201652ad405a0861d08543f43b165e9 0.00 MB 11 687
125,099 125,099 00000000000014aa8689cc0dfcffba9ac0f108919eeee827d06a3093fe547fc8 0.02 MB 56 1,505
125,098 125,098 0000000000002f57c0a01088655a5284c6d2b29fda50d1c3dadf542b6972852f 0.01 MB 31 288
125,097 125,097 00000000000008b085d325a398406413844352dd544a8dc057c1318ea09d5cb8 0.02 MB 48 852
125,096 125,096 000000000000296751a1c7017766f417401744ac7678d6df3a9bff5362937e46 0.01 MB 11 545
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.92 GB sent, 93.05 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.