Memory Pool Memory Pool Refreshing

19,359 transactions
6.19 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,347 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (582,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,728 324,728 00000000000000000ab58e9e968c707341aaa90c681354e9d1324f0b5a282dea 0.12 MB 208 20
324,727 324,727 00000000000000001519275c7e86c67752fb66c6263e68878946aced82387f95 0.20 MB 407 32
324,726 324,726 000000000000000017f5c7c5289d75de07211a7bd3f97af696df12ef5b6a8873 0.29 MB 539 28
324,725 324,725 00000000000000001df146db09dcd8c7ed600ad8e3ffc4483843de5096d69512 0.33 MB 662 35
324,724 324,724 00000000000000001a94d62c4c5228ae7ec3e3e985e2c3de5f25f9dc54a2be89 0.24 MB 512 28
324,723 324,723 0000000000000000009fc5f626661f23151bc5cc17fd0bea1f34d0b18363ffd6 0.03 MB 64 41
324,722 324,722 000000000000000004a4cae097c28ef180eafcfa58ea5f261ad352474cf7adc1 0.37 MB 312 15
324,721 324,721 000000000000000008ef1757a75e485b1250fcae29509072417973ceaf2b2d96 0.25 MB 745 54
324,720 324,720 0000000000000000061bafe37fdb2d7e8af00d4c93a2b5ce28e676c1fc320f15 0.45 MB 697 26
324,719 324,719 0000000000000000104bef467fdb6b02a8da0bb6868fe9040654b3bd3df69512 0.44 MB 655 24
324,718 324,718 0000000000000000036a7837501190e2fcad1b2c996cc8be35da952ae2b3c295 1.00 MB 2,077 33
324,717 324,717 000000000000000019ce86b5c53fed026a39ea3d4408fc66575e43aea2213c23 0.49 MB 860 35
324,716 324,716 000000000000000003140c44275fd64b5771207a8389ff796e630c5e725dbac1 0.45 MB 725 25
324,715 324,715 00000000000000001827294a24043e24c0d7906bc1f0a1f17e2639c60877cb6e 0.02 MB 34 38
324,714 324,714 00000000000000000069fb85070fa5e23b555ef5c38692a844891be5bdda80d9 0.26 MB 649 29
324,713 324,713 0000000000000000065642c7af804e17cf188521c25af9eedf65ec5290042308 0.02 MB 32 31
324,712 324,712 0000000000000000152f43ad4d59277dfc0b6e64e59ed39f8f16c6b4fa081063 0.06 MB 65 10
324,711 324,711 00000000000000001873e4b22e8439ee9e20c6789fe1aa55ac8c7ce6313c9a65 0.45 MB 895 30
324,710 324,710 0000000000000000189f7085498e6eea87ea9732f7d40068ef8b85fc97fac23e 0.04 MB 71 6
324,709 324,709 00000000000000000c20ad6ee044b824ad7c3e6ab3a16ff021c0794bc8eb86fd 0.79 MB 1,560 30
324,708 324,708 00000000000000001301ac37a50771d0285efd24f5e172a1bf2bbf309e431e04 0.34 MB 714 33
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.47 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.