Memory Pool Memory Pool Refreshing

3,450 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,207 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,673 (872,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,374 36,374 000000003b0cd0c64a30e683129a50e84677f07ba2d3ac6452948501851dcd50 0.00 MB 1 0
36,373 36,373 00000000b438ef1b38e335bb14929569973c30849fd286c69ceb4fb42c2c45d0 0.00 MB 1 0
36,372 36,372 00000000100440bcc418c05c540c2fdfaed64077db9759c1d91deb6be0e975e1 0.00 MB 1 0
36,371 36,371 000000007d4dc5a7685513f16d242cc08ea8abbb1af4e5044edb6b2250365ff2 0.00 MB 1 0
36,370 36,370 0000000038ed883794a65c5f7858eab69d901efc49f1a2568ade97873fe27746 0.00 MB 1 0
36,369 36,369 00000000b756849549138eaa65617ee8d6c3190a3ba19ca68cef6c176cd8645a 0.00 MB 1 0
36,368 36,368 000000007e272aa04147b2ee9a2c33e9a24ac75086e1a968d18630a4c60018e2 0.00 MB 1 0
36,367 36,367 000000008770b9e8b61c912a5ff4b8f2d8669511176e262f89a198fd13392ddc 0.00 MB 1 0
36,366 36,366 00000000bb3f2c47951942b3015149bb4fdf4f1959c7cfdd73190de1e7e32ee0 0.00 MB 1 0
36,365 36,365 000000007ce9569397838aeafb7e89b0b2194f3be7c25732fa8ac6d4b7b97108 0.00 MB 1 0
36,364 36,364 00000000677f186fd21900c4eef67dcc47072bab99b2487e651170c3d8a314df 0.00 MB 1 0
36,363 36,363 000000004020a997ce32e2a0a222c8031b63344ce599b64f0300093682b2161b 0.00 MB 1 0
36,362 36,362 0000000018a7156f13dc4882bd20406e121c6a8b8f720b81ab589eeeb614a8e8 0.00 MB 1 0
36,361 36,361 00000000b400cfbec63498268e79544a1d81451351a35c0395db4e91ed16f504 0.00 MB 1 0
36,360 36,360 000000001eab4d9bf55346f067e841b4ebd76d6f587e82d5bcb47765843ca33f 0.00 MB 1 0
36,359 36,359 00000000aa38be375e2604ca7ddda57952b603a9023530443afd7af5d24a6b72 0.00 MB 1 0
36,358 36,358 000000008cf8122a2fe510f34d03d8e8ccd3998662cbf19b9ec23605d27e9cec 0.00 MB 1 0
36,357 36,357 00000000ab2dda3830994d523d169783b8bd3a416234a1816198d430fc5afe20 0.00 MB 1 0
36,356 36,356 0000000098cac17f3967a32b8f857f436a03ea7fd31f2b3c20286b999f80696b 0.00 MB 1 0
36,355 36,355 000000009cc788e5acb0da4170449c8c5c0338bef6da623ed2074c94b793b90a 0.00 MB 1 0
36,354 36,354 000000000027b0d67921e14b9efdbcb49059641513e30ab40e77a2ccd18d93eb 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, 114 incoming
  • Data Transfer: 1,853.52 GB sent, 101.70 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.