Memory Pool Memory Pool Refreshing

1,063 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,676 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,058 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,675 (864,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,321 44,321 00000000096e0bc066bd7325be41e9680cf2717dd408dfc3e72214e9a399bd8a 0.00 MB 1 0
44,320 44,320 000000000da5168667f953d4856e5e376b6917d3aad568c2244f0173999d80c9 0.00 MB 1 0
44,319 44,319 00000000237bcb0978566287b71f447e6175036b9ca391f7a7edcaffbdb9322c 0.00 MB 1 0
44,318 44,318 000000003043445388a8cd9dfd07599b7883158bd2378c0ecb3562f2a3e8fc50 0.00 MB 1 0
44,317 44,317 0000000034a953557762c6eb47430b6df8c9d7f48c7fcf96d85dd2c17483e741 0.00 MB 1 0
44,316 44,316 00000000404de8bf50f94bccf8e27587f799b00488443111fed8f593084609af 0.00 MB 1 0
44,315 44,315 00000000189874ecf7446f63dbb8df619100cd51bcb8975ca31414541868d60e 0.00 MB 1 0
44,314 44,314 00000000210ff4aec6ec27db92634fd71149c1695e1cb65e99550d6f33ef8daf 0.00 MB 1 0
44,313 44,313 000000002150bf79eed589449f0986fd7ce6a7a287dd85a94e1d209a1e34b59d 0.00 MB 1 0
44,312 44,312 0000000010e4a65bd776a69889a9bdb82a6e0a528b34c84e99718c674c86cb20 0.00 MB 1 0
44,311 44,311 0000000012aea877f8aeab1ec32c512d2911cc08657b28ee10b7c87cf91a40b8 0.00 MB 1 0
44,310 44,310 000000000e0caff3033da7ee08f86b9d25690da9f70df21fa5b205ff76988e6b 0.00 MB 1 0
44,309 44,309 0000000024f002beaea4bc2ffbb45a771a1581a1f1a7f8d3e4de87243e77cd23 0.00 MB 1 0
44,308 44,308 0000000031cb65ad373950b44611f7155073e8cfb9734f5743756a9de0e1e69c 0.00 MB 1 0
44,307 44,307 000000003cdd73ccde0e12914608699a6da7de30dcbb1a6f4dfe869ac5c9a48b 0.00 MB 1 0
44,306 44,306 0000000034795db3adda6f18c890b38ff98c8e1954dba0e43bf81bb50e4f3552 0.00 MB 1 0
44,305 44,305 0000000027d7270e34ea10549eaf629a41f745366c6f69ad7eaf271e04989be1 0.00 MB 1 0
44,304 44,304 000000000ecb137964c41ce6dfbdb42420f9fecb68b8fa3b89ed5465e0c616f1 0.00 MB 1 0
44,303 44,303 0000000010f9dc052aa07550c3e2441ef16c0a3a493b6b8efdd16a8d4e695e69 0.00 MB 1 0
44,302 44,302 000000001fffc536a6d3871ada4a15bb311bd47f8c526554d99d5c8d88970c68 0.00 MB 1 0
44,301 44,301 0000000021aabe21c123c037e30adfa57f59ade745278fbacf7eff48e909d7f5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,853.57 GB sent, 101.71 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.