Memory Pool Memory Pool Refreshing

5,491 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (687,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,307 220,307 0000000000000095a619fbb486244515b272b1ceadea5b10be518864459b0b19 0.11 MB 250 172
220,306 220,306 000000000000050352549697cca1ae27bac1c8eb3dead0a4fb446b30e896e1ad 0.18 MB 407 180
220,305 220,305 000000000000043277ece774bad1228db60d8dab847fc5fa32d2eae025ab31ed 0.24 MB 486 162
220,304 220,304 0000000000000385d7c6af8d7cd715890b30290be6f307689c01f06e24437a53 0.00 MB 11 90
220,303 220,303 00000000000003b9b2c36a6b717d2f6a1ff7b886cf01531ee496756b49d9231b 0.25 MB 199 84
220,302 220,302 0000000000000370ba81170faf4fa503fee1f6f836eb033d98aa16109ba05adc 0.25 MB 571 176
220,301 220,301 0000000000000048cb0e6d9591eb889a39574bbeb3129fccea89399ff6821f0f 0.05 MB 105 111
220,300 220,300 000000000000002b7130c71b1c28b8cf8a7f4d5c64872b642b92031a18ef4c61 0.25 MB 672 211
220,299 220,299 0000000000000372cd4c18eb6364c76b7ddbe2cd68644f9648c77519f235bd61 0.25 MB 811 246
220,298 220,298 000000000000045511cbb8bd6fe56b2d24d1e1825a7e338ef2257f6580610ee4 0.33 MB 601 151
220,297 220,297 00000000000001d877f872a249813371485a095c113ff92882163459fe1fcc39 0.05 MB 79 386
220,296 220,296 000000000000003fd69e8d8e4d8324e5caf9499540bb93328d94728e518b703e 0.25 MB 843 271
220,295 220,295 00000000000000a80ca471ba23243997db7c5430b57d6dcb93c44bd312467025 0.41 MB 726 139
220,294 220,294 00000000000004c17cb37d7723021bb2f17432b59727605bc357f530ba7bc739 0.09 MB 269 268
220,293 220,293 00000000000001c36504f0ec5b9cd8082515b3d274fefbdedd87cbd7f978a39b 0.18 MB 337 192
220,292 220,292 00000000000002591deecde26480d7864239fae42bf18f9e9815a7125f139684 0.14 MB 375 207
220,291 220,291 0000000000000176494b2486bd932693b96f44132e96535927e33a3ebb58d866 0.03 MB 96 163
220,290 220,290 0000000000000037abb3d301305b25727a2303eda8753bee67203b9c4b156e65 0.10 MB 194 136
220,289 220,289 00000000000001be6c9e8fb05689c15846fa1d6c7dc1f4687c7b2f0006959946 0.00 MB 1 0
220,288 220,288 00000000000004230d2edf56ee235db23248ca79f1ba0175d5d06f42f13832de 0.08 MB 203 204
220,287 220,287 0000000000000418adf18b2bd80b3090a7fbcad4db26fe91d4e31ded656bf117 0.15 MB 370 195
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.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.