Memory Pool Memory Pool Refreshing

4,125 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,579 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (752,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,085 155,085 000000000000083a0051bae9673478d5e1bd99fb9680a2f6b876bad62912af3d 0.01 MB 29 19
155,084 155,084 0000000000000bcca849be0eae03b11336ee36c79760a5013020004498b6d554 0.04 MB 99 93
155,083 155,083 00000000000009c93df2d1a7ec67b6a893c63c16d354742056b7a14184402a94 0.03 MB 58 267
155,082 155,082 0000000000000aadc7215f10a3e7d98fd9bf72f69558bb669d83e2eefda5f2b5 0.04 MB 75 168
155,081 155,081 0000000000000735a8063664b1d6740dcd26e502cb53bea7ef39bc0784a97ce7 0.01 MB 29 32
155,080 155,080 000000000000013af356c274756adfac35192161128b1811d1d9515d58f63454 0.05 MB 148 58
155,079 155,079 000000000000073b5ea21b26bb8f9340c62e5d87a6768e0d804755239761e8bd 0.00 MB 1 0
155,078 155,078 00000000000001bb1ea4f6ae4d457b88c1c665b15e42d90905014c88184f6c5d 0.02 MB 29 284
155,077 155,077 00000000000009e947bf4db7200bf9e057c99cfce009fa26f010cd72bf81954c 0.02 MB 43 60
155,076 155,076 0000000000000b97d1f75ee3318f966a6b00be261bf22f0d95f408d65d4f38df 0.03 MB 29 56
155,075 155,075 0000000000000aa381a1ae62d0361fe4fc07f16c81422aabede1ded3b3395dad 0.00 MB 13 162
155,074 155,074 0000000000000d669aff60e9d0b8311386297321c45e0af8a629f5c3887e590a 0.00 MB 9 670
155,073 155,073 00000000000007deeaa0f603ddb83a0c4b802181856588fdcd82de70381f3236 0.00 MB 6 114
155,072 155,072 00000000000003ce08399f8666e2e26e7b1edd9f9ce723fdd7be4a0d8c0e2e22 0.03 MB 74 231
155,071 155,071 00000000000006e2832805c67550a8f2a32a5e9fc528146e96b23a7f6a8fb96d 0.04 MB 127 1
155,070 155,070 0000000000000c1ed6d56b6c024b901617d1275d73bb12d013c12ca9d80f1e40 0.01 MB 19 131
155,069 155,069 0000000000000282825f968a5ec3d060e7a9125228ed5f07a39e37df2cb6b64e 0.02 MB 38 33
155,068 155,068 0000000000000605dd529755df42eb0b6390fcfe02fec49bd285eb02fd27e638 0.01 MB 17 47
155,067 155,067 0000000000000cbc03f2b36889e4c68411e1edb35fd8e5bb828697a2aa1e8c7d 0.01 MB 7 32
155,066 155,066 0000000000000a7130ffe0f79e7d347b31390e8ad1aace3c309bb356b10d9272 0.01 MB 34 251
155,065 155,065 0000000000000cd05ac20e9af76931ac145d678684af256e849044d58c1d5129 0.00 MB 10 16
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.65 GB sent, 93.87 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.