Memory Pool Memory Pool Refreshing

1,593 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 311 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (610,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
297,066 297,066 00000000000000001f4b2689bb998791dc38dd10f472381d1c8423d261e480c5 0.25 MB 635 44
297,065 297,065 00000000000000001022457c68f99f531fe2976bc2eb5f032cae634fbf18e0e1 0.66 MB 512 16
297,064 297,064 00000000000000007ffc6f0953f4f9e69be17df01eb65e1883ad6e3e5722b172 0.35 MB 654 37
297,063 297,063 00000000000000002fa3aa102bcedb1807524aa5c61c79e0d18cd9ca69400afa 0.27 MB 585 32
297,062 297,062 000000000000000076de07d6fd3bf46d3423513e704d1289f6893225448e27c3 0.69 MB 1,015 19
297,061 297,061 0000000000000000948acb8230e2ff8c3f16609763267d434d720008d30d7260 0.50 MB 1,519 58
297,060 297,060 000000000000000003c6d8a5745f26f536b0873197bfcc11b92ac3075effc4ea 0.14 MB 288 30
297,059 297,059 000000000000000076405b7b7dba2897c5af55d5bc5ae2eaae81a8d3f68b3513 0.14 MB 337 39
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.67 GB sent, 93.88 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.