Memory Pool Memory Pool Refreshing

5,180 transactions
1.44 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
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,004 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (9,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,260 898,260 00000000000000000001a8b578cdae4232ffbe0e71d735cdbe5e990429a5a78e 1.19 MB 2,586 1
898,259 898,259 000000000000000000007945194c5cf247442947fe07c6b0342a7400ea8648d6 1.73 MB 3,049 8
898,258 898,258 000000000000000000011abcef4f71fa0f6367fff40f95f9a060c66337cd086c 1.48 MB 2,884 2
898,257 898,257 000000000000000000008ee67f846ec3c020ddd95b4856f97e6119187d5ce40c 1.80 MB 4,173 2
898,256 898,256 00000000000000000001532c47b79ec1d4adbdb42c65fde2f7f804090f132486 1.72 MB 4,013 5
898,255 898,255 00000000000000000000e86519a7245464444f9e57f1b03bd4e147ce98646012 0.42 MB 923 1
898,254 898,254 00000000000000000001adf68d5c4b8df8f19d369c4bc1fb6dd3b351c96479e3 0.42 MB 625 2
898,253 898,253 00000000000000000000bb0fe36646ba4912e816e000c1bdbd68179305ab474a 3.76 MB 443 1
898,252 898,252 0000000000000000000088b5c659f4eba81030c9758645b28907e0fd87035188 2.34 MB 2,678 2
898,251 898,251 00000000000000000001f197bc0118db0d5da138c0c73c0faa86ccfcb7eb7532 2.85 MB 1,474 1
898,250 898,250 00000000000000000002134cba319ea45ed4b0c820613917287c32e853f1ce8e 2.24 MB 2,159 2
898,249 898,249 00000000000000000000fd6382af026408828de6264cb9b06586e674f05ccf45 2.66 MB 1,230 2
898,248 898,248 000000000000000000015987fdc0fdb4a4d264a4de56e4c22ce1ee8f07e629a2 3.61 MB 477 1
898,247 898,247 000000000000000000013d88a99b0caa602c4445fba8e6be8640edbe1bab52be 3.14 MB 876 2
898,246 898,246 000000000000000000023ab022d1fc93feb33df8df82ea4104642547b2bd11a8 3.36 MB 1,482 1
898,245 898,245 0000000000000000000189177743e7e642c45e27190302934c2b992bc75cb1d2 2.17 MB 2,013 3
898,244 898,244 00000000000000000000fae32df26e105d94290b6bd181f5d9472c0b6144d0ef 2.93 MB 1,791 2
898,243 898,243 00000000000000000000068e850855600357b9ed207c96bc0a60f74769a1dbfe 2.96 MB 2,041 2
898,242 898,242 0000000000000000000154ad9c4708e18a6cb0284760a676a3c94f038ff95742 2.27 MB 2,444 2
898,241 898,241 00000000000000000000e1ed7895f5a5587e23746875e6e5592f16c0a2cad965 2.75 MB 1,279 1
898,240 898,240 00000000000000000000238cc84b6792cf24af901d457496b4da2510c1324a01 1.82 MB 1,863 3
Previous 10 blocks ↓
Total Size: 769.19 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.72 GB sent, 93.91 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.