Memory Pool Memory Pool Refreshing

19,415 transactions
6.24 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,386 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (592,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,240 315,240 000000000000000005ba073e00b2ef405f981e29a0ab69e5bc0c3facf3f1d651 0.06 MB 87 21
315,239 315,239 000000000000000033c25cd85f5d0d0b531648d552409013803c5c2eb954f822 0.06 MB 45 2
315,238 315,238 000000000000000005f3819fa8604879007a4c849a5f28aa8328ad03251566e1 0.11 MB 226 28
315,237 315,237 00000000000000001038c234f54081ba799321e490b37cbe8ac7ba572573380c 0.64 MB 834 21
315,236 315,236 00000000000000001255e69e399e545b3db6d02103e01bb292f1be5f697e3e78 0.28 MB 541 25
315,235 315,235 00000000000000002323c7ea3a1e4830330d46072f6cf65a16ad28efd03d6125 0.06 MB 79 24
315,234 315,234 00000000000000002ba0f97afb4fb835d811070e50383fba521e14258e418ed8 0.11 MB 140 14
315,233 315,233 0000000000000000104e6161a017b169525e6486cac4bd046108cfd74164d996 0.05 MB 64 20
315,232 315,232 000000000000000031aa353f950d57294e7540b54cfc64ad68bc4e6a7761bd82 0.16 MB 289 20
315,231 315,231 000000000000000037047783d482d8a08a658a012e24e300d849a78736b51637 0.53 MB 940 28
315,230 315,230 00000000000000001fe80e80727f74f34555c0dccb1488c4bbf9c7b5bbbb4503 0.14 MB 246 26
315,229 315,229 000000000000000031003b23883ee8c744cad5ca115c9c5572b27dc523dafd11 0.30 MB 566 27
315,228 315,228 000000000000000005af8f6698db03199ad296138df1195aa407229f8c1f4727 0.04 MB 128 46
315,227 315,227 0000000000000000067260193f85de1a1450170a64efcf1042e2406eecc63a1b 0.09 MB 163 24
315,226 315,226 00000000000000003718220aa5008c8a5a04808ac4c73c44b3465c8ffa04afab 0.16 MB 330 56
315,225 315,225 000000000000000035aa6df89d41ae551af371d30094ec88ffde0ad16ab9152f 0.10 MB 158 24
315,224 315,224 00000000000000001ec9814b97cd50ad04ca009a396e7b4273be64d260a008a5 0.04 MB 67 9
315,223 315,223 00000000000000001c8ba4cd1a11f00b08a8f123eb553332c449ad870036378a 0.16 MB 270 26
315,222 315,222 00000000000000000661c2abf32f753fc5278e355d7726a5d8ea6cf514d2e55a 0.08 MB 73 16
315,221 315,221 00000000000000002397129777c3c7c42a21a30132e46f03ad0175e61524fd7f 0.06 MB 106 26
315,220 315,220 000000000000000026b03a55dd0eaa6986a47ab778ea0d3d157f0349f18e4d84 0.16 MB 134 15
Previous 10 blocks ↓
Total Size: 769.02 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,624.48 GB sent, 93.00 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.