Memory Pool Memory Pool Refreshing

3,289 transactions
19.64 vMB
Show Random Selection Loading Transactions
Max Size: 80/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,840 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (807,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,323 101,323 0000000000005a1a6de16b46fcecd85484b0992051ba8aac9dc35dee09808177 0.00 MB 7 268
101,322 101,322 000000000003a6b0bc3be54bd5a286ad27e60a3e7e1bacf85749471b587425c3 0.00 MB 2 0
101,321 101,321 000000000000ce98f62fc14c911093082c3fd524424c3b02f494e481829395fe 0.00 MB 1 0
101,320 101,320 0000000000011829ca2dd582a97fca7b35494147288950900c53e7209867ac26 0.00 MB 1 0
101,319 101,319 0000000000022c9e790834682369b976a887111bb94f51f7e438e2dc712122fc 0.00 MB 1 0
101,318 101,318 000000000003a78f549be74bada1922a963aa8ea9ceb6c337687a8ba2821a5bd 0.00 MB 4 0
101,317 101,317 00000000000053e3e6dace37a0cf5f218f8a6b20843cd1a79912a642796e45e8 0.00 MB 2 0
101,316 101,316 000000000001c59332ec838c91577833ec3ba87e402e7104edc01df7147ca772 0.01 MB 19 0
101,315 101,315 000000000001ad5aa57d68161ef7a0c419a1f71a10d6ba63f0da86c001c37d36 0.00 MB 10 179
101,314 101,314 000000000000b14ed50abe402e1c497c72cba8589bda8aea32344c07f4bfa2e5 0.00 MB 3 0
101,313 101,313 0000000000019cfaaddc82e758713e021d469aeb20caf5d28d1df8e57d57857a 0.01 MB 14 0
101,312 101,312 000000000001c114db19d170ecec62ad04062cb66b7f04f69af03a82fc26be24 0.00 MB 7 0
101,311 101,311 000000000002500f3c7308e8b0ef220914ae57ae8d349f8077fa6067ad10db97 0.00 MB 16 0
101,310 101,310 00000000000394071717a38a58102d249d8acf473a9b404ca9e2dda71311310b 0.00 MB 12 0
101,309 101,309 000000000003e455c4e306fc22b61296c2bc51d047b511b3c05bbfc171b880d2 0.00 MB 9 0
101,308 101,308 0000000000009950b64c74b68e7a41c736d5a4307e3f45140274c0698db9dead 0.00 MB 12 424
101,307 101,307 000000000001e7253f39ec296608c5434cbc87360949ee7aa8d05ea48aa3a7f0 0.00 MB 1 0
101,306 101,306 0000000000010b701d21ba7d32d3547578115eb35b0617e79bb872d76780465f 0.00 MB 7 0
101,305 101,305 000000000002805bd98e609757a263d257f6100ecb82fb787a88d038f3ae2d66 0.01 MB 5 0
101,304 101,304 0000000000022075c145542400067067ca17b29e6a500b66fe33e626ab8342f2 0.00 MB 1 0
101,303 101,303 000000000001ce19f87dddf32ea06a139408047182de821ed69972c5c9dafa97 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.