Memory Pool Memory Pool Refreshing

17,560 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (164,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,972 742,972 0000000000000000000039725095aad02d6c719e5c7ef8379fadec2f3b9a9fc2 1.10 MB 2,239 11
742,971 742,971 0000000000000000000309826e4002fd017276a251f3e37700282853c9cfa3bc 1.54 MB 1,643 8
742,970 742,970 00000000000000000004d2a47d15a8bd32f2e05a2b16624f94549909faabfc9c 1.20 MB 1,202 10
742,969 742,969 00000000000000000000e2e847f55cf856b5de72214bbce94000878f13a6bc4e 1.62 MB 1,451 4
742,968 742,968 000000000000000000031a3d37dc19e22b82fb0f24a96e054d315a7b50971b40 1.54 MB 2,897 15
742,967 742,967 000000000000000000059d5b0c49ac00f5cd4159fdc8bdadb8b927cde385c192 0.79 MB 944 11
742,966 742,966 00000000000000000008a05d536ad5914c00eac751eb39bbda5235d8e25027a2 1.54 MB 2,197 11
742,965 742,965 00000000000000000000b5512c37cd1acfc2369911387ff273a1893d0569afdb 0.59 MB 1,040 12
742,964 742,964 000000000000000000094d38f06ed51e2d3c1286d1d28ce36adbff51a5d577c8 0.28 MB 478 11
742,963 742,963 0000000000000000000270242445d110853c9788070ec3f0ecd3a63d988da131 1.65 MB 806 3
742,962 742,962 0000000000000000000255182dcb095c19e71ed7cc1f363cfffc42afabf9c0c3 1.62 MB 2,006 8
742,961 742,961 00000000000000000008e607b81f0bfdc8dd931be8982176013c1fb675f6e015 0.12 MB 240 13
742,960 742,960 000000000000000000022e3310e1f89d0c59ae49d0073a173292bfde0c6e582d 0.06 MB 143 20
742,959 742,959 000000000000000000083e376d51036494510d66f18ac6caa36d881bd917d0f0 0.51 MB 660 9
742,958 742,958 000000000000000000045727a77e3f048d9cf5320b4ed2b99162736cc9649030 1.61 MB 2,507 3
742,957 742,957 0000000000000000000973e67eeb1ed27dcb3021aa478fa8ef7a85e9affb050c 1.53 MB 2,638 20
742,956 742,956 00000000000000000003610b8ef3d313389daf0f424e3bf342937256b7cc9a77 1.00 MB 873 6
742,955 742,955 0000000000000000000712ff6d377c54c91421ed699d38434018a65d5e99ed54 0.54 MB 391 9
742,954 742,954 00000000000000000006e957ea4be0309395348147055ba2b02b3964beba159b 0.94 MB 447 8
742,953 742,953 00000000000000000001b06d199b7e6b141a2e5acf994ebb177f4635e040ba0e 0.74 MB 1,174 8
742,952 742,952 000000000000000000075e022cc32b3a7e7999d103c9fbd77267a93810efe3a4 0.44 MB 762 10
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.21 GB sent, 92.99 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.