Memory Pool Memory Pool Refreshing

6,856 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (610,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,093 297,093 00000000000000006fb77e525cf340e57057dbbe9c7aae968fa02935ceb33bb4 0.35 MB 768 45
297,092 297,092 00000000000000007794424987b47677f7f18f8500391358ca005bd3dcced913 0.80 MB 1,617 37
297,091 297,091 000000000000000066c6bf5a8de5ae34c3f5cefeb4d5e4604e0aec37d71ee50e 0.43 MB 610 41
297,090 297,090 0000000000000000814eb65078f51c6a6b55af41624306fa4c50e3e0e8e31ab7 0.12 MB 219 30
297,089 297,089 000000000000000083e7ec5b66fd64446722d5252bbb32e4ce085cdc65a756ec 0.14 MB 192 27
297,088 297,088 00000000000000008ca6cd77b7aaad730fd9a1062be965fe3a25e70e3c32a37a 0.11 MB 223 28
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
Previous 10 blocks ↓
Total Size: 769.21 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,634.40 GB sent, 93.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.