Memory Pool Memory Pool Refreshing

4,033 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,727 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (555,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
352,357 352,357 000000000000000012c7298012afde590c819e5c797eeaf4adddcb763fe7bd95 0.17 MB 282 23
352,356 352,356 00000000000000000ccbd2aea5f579593a312a4df0199c78a04c99d79cfe9549 0.56 MB 1,087 27
352,355 352,355 0000000000000000140a3b8332259e201aade78aef7db21affe07a4288413f3e 0.61 MB 992 25
352,354 352,354 00000000000000001610a2281fba7ef28731665bc6929825c3ffe51d752f9a15 0.03 MB 40 15
352,353 352,353 000000000000000014dcb5618b7eff23c2817c0b9e64f3fd355d7f364c2a5d27 0.17 MB 280 22
352,352 352,352 00000000000000000cac2af548f3af9604c8cb5916ade50584348fa5e8958954 0.22 MB 438 26
352,351 352,351 000000000000000013d0a34b6ce8d16af55447d2260b8be792b706073b32583d 0.29 MB 549 22
352,350 352,350 000000000000000011db5465791059954056fd217550d79d727fd3029c015d60 0.51 MB 841 25
352,349 352,349 000000000000000001518a8019e6922bdbfb2a7e0ef90399cfabd6bb03621967 0.54 MB 553 21
352,348 352,348 00000000000000000402b0a323232071ad287d7b4bdb8dc96490f758aeca2638 0.06 MB 76 5
352,347 352,347 000000000000000015309eb36ff7bdb0bd971b255c2ec63d302d868e6bab2ded 0.51 MB 824 24
352,346 352,346 00000000000000000fc32efd3da9cc2ee9e6ac374fb5cb91efa05d941123acff 0.29 MB 517 19
352,345 352,345 00000000000000000d8672611a67f3eecac86b6bd8059434bd3fe047b8bfb2c2 0.43 MB 962 31
352,344 352,344 00000000000000000d73a4514a3adb02993c392439b5f3f30e08ebbd10f1f9f8 0.65 MB 1,280 23
352,343 352,343 00000000000000000c741e0bf24baa2b741980ff2f378579ea91f655d6bbf9d7 0.40 MB 885 34
352,342 352,342 000000000000000011f75fed6b73411ec7c5b58264c3c2cae328f566de39aa67 0.54 MB 1,015 26
352,341 352,341 0000000000000000114997bbb6c98d2de5be7dae745b7d6b7e90a6dea3371aaa 0.11 MB 255 15
352,340 352,340 00000000000000000f91ea270a0e3f347dfdeb8e2964ef18d2882f1179ecb398 0.11 MB 115 11
352,339 352,339 0000000000000000034dadf749f6c1553ee6e131ff91cc749743500cdae5c41d 0.75 MB 1,637 34
352,338 352,338 00000000000000001333362e1fd1d88a0f2293ea00258d8b86521219830c22e3 0.27 MB 447 24
352,337 352,337 00000000000000000228982c96543a57a172c658f8ac1fe5901adae9b62ba7f6 0.07 MB 169 32
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.