Memory Pool Memory Pool Refreshing

3,091 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,076 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (117,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,245 790,245 00000000000000000000074948d204a828b572b47d60e5c613dc7b83bf44fd35 1.46 MB 2,826 62
790,244 790,244 0000000000000000000298a669cd17176988de8d9901a24eb207858805cfb5c8 1.45 MB 3,155 97
790,243 790,243 00000000000000000002bf933801377386e84d8d2d3db99f9cfdb0d794d4990a 1.56 MB 2,871 74
790,242 790,242 00000000000000000000d9de54a2ecc9361e75dde2c685dbfa18b099fdde989d 1.49 MB 3,029 86
790,241 790,241 00000000000000000002c29514bd77ff784464d4680f8b6375d302b7bd161a85 1.73 MB 2,046 32
790,240 790,240 0000000000000000000587e3d83f81bfc3f65c65b8cc793e124636c0bc0f1245 1.56 MB 2,959 43
790,239 790,239 00000000000000000004f517d39dd574b1be3a4ef56210e6f65e3de2ed3cba58 1.44 MB 2,645 91
790,238 790,238 000000000000000000011671dea6aa65c815d364229dc7793d39d747a4f2ec0d 1.88 MB 4,035 32
790,237 790,237 000000000000000000045acc5962d066618cc8ddac654623005a584a20b23483 1.67 MB 3,150 59
790,236 790,236 00000000000000000000a5b9ba036f142a02c7a0e4f4f4ca97936f3766a487cc 1.60 MB 3,105 72
790,235 790,235 00000000000000000004ae6f2bc53f3a7e9b17fbe30c05caa018c226769a2283 1.44 MB 2,954 83
790,234 790,234 00000000000000000005d2b22ec8b261fac71afd67fbc36533c26578cf7ad73b 1.61 MB 3,065 64
790,233 790,233 000000000000000000040a4f3e43722632f151667d9edf47a09b5128b4caf95c 1.51 MB 3,281 72
790,232 790,232 00000000000000000005bb0db455def05e3e49619ab7ace155f91244020ebd2b 1.69 MB 3,039 34
790,231 790,231 000000000000000000006561f99ba195c9f36166e661d7d329f391a5913b9f4f 1.55 MB 2,888 83
790,230 790,230 00000000000000000005dad77094aec22fef838c2efaa7458a0f5f46c8f4a6bb 1.64 MB 3,282 43
790,229 790,229 000000000000000000053442637f419a62126186aa187e7fb731289b1cc4c93c 1.57 MB 2,758 26
790,228 790,228 000000000000000000018beb11a04e57e1563c6c9ad0e55369aee42ae5699e8e 1.75 MB 3,369 33
790,227 790,227 00000000000000000001cdd3adb0f693f5bd72c427f5bf58fe4156122fe7ed41 1.77 MB 1,838 30
790,226 790,226 00000000000000000003e9c0f1e2deb1f3405f867d6a0f7fd2dfab86039a945b 1.83 MB 2,339 61
790,225 790,225 000000000000000000002267ff66f878e1803ad87339bca53bf8579b29e6d4a7 1.77 MB 3,060 40
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.