Memory Pool Memory Pool Refreshing

6,827 transactions
2.00 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
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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (610,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,087 297,087 00000000000000004727bc962e1d8823a8c1a1a033da62ccd56aae97fa26a0f7 0.07 MB 85 22
297,086 297,086 00000000000000003cd2317b4f1031ca831bec78ff3288a5e44871c00397b693 0.91 MB 1,479 34
297,085 297,085 00000000000000002456ab372b0cf19971ffba29f82884bf6d040f76f3cbade8 0.12 MB 199 28
297,084 297,084 00000000000000002d2a910a5800e5adbace5a4fd284c2ad5906c5bbe202d815 0.35 MB 383 29
297,083 297,083 00000000000000008f507749ccdfe53bf6160f82f9786d1d221361e8455401c5 0.19 MB 323 32
297,082 297,082 000000000000000032ae4e030b06e2342996e0bd96b807d56c96ad4701d9cc00 0.10 MB 168 27
297,081 297,081 00000000000000005c1beaa79a028f498b4869489bd06c7327e197c8f75ed784 0.11 MB 128 18
297,080 297,080 00000000000000005fa7091d73457fe19f0d1ff2c758334b6eff346b7ee8dfe3 0.60 MB 1,022 31
297,079 297,079 00000000000000002e1375e62e5eee044cd080adc6a4f0da7b5c0d970484494a 0.33 MB 554 36
297,078 297,078 00000000000000009a6f7b2053871c64cd36108c340e25375e573b8165579a0b 0.00 MB 1 0
297,077 297,077 00000000000000005a9d4f900feb49c269464f9811e74c0c3cff973160f952d7 0.19 MB 293 29
297,076 297,076 000000000000000046936d5adc38f0a19a22d1018f061f885465ebe1924817a1 0.19 MB 215 22
297,075 297,075 00000000000000000bc8ebbc02300b7101d3b5464318e7e40887740802bc0b01 0.55 MB 728 27
297,074 297,074 000000000000000038712032d3ad4c35678e2a067523dd75f5bf6eb596020408 0.04 MB 80 37
297,073 297,073 0000000000000000584eba0226b22f5c410acee9c3b39a61769831b161265476 0.67 MB 705 22
297,072 297,072 00000000000000003f4af366a96ac7bfc0dcec2b45da80a62f6274a633d49b3d 0.06 MB 119 35
297,071 297,071 0000000000000000521181a0aaf82f6e4924a013c1181167fc8f6b231f45acc1 0.08 MB 135 30
297,070 297,070 000000000000000070d74c0bf7a157118fc7bb9a38836ff0bc6b55548dc8ba04 0.39 MB 512 28
297,069 297,069 000000000000000064a1137867b00d621e8a562e627087132d53a844d0b2e83c 0.09 MB 165 30
297,068 297,068 000000000000000061fdc9bc6d861daa0f6713b269a7094f7bab8eee65c2a5b4 0.20 MB 355 28
297,067 297,067 00000000000000008527e0a80533ae25decbf7c132c166fb8db71856a39e719e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.