Memory Pool Memory Pool Refreshing

4,161 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,290 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,647 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (863,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,370 44,370 000000001bb567ccceca9da50dba44b799c81e242fa64437b7538c6f5dc5c249 0.00 MB 1 0
44,369 44,369 0000000034f9ee15751ad2a8c6972f1d2b8d23caff5bee3373902a11b91762a0 0.00 MB 1 0
44,368 44,368 0000000029c6c7aa4580e78cbc575614da138887b6d177246ed1a8fdf2957067 0.00 MB 1 0
44,367 44,367 000000002b90f3946ce02f973dd91804136c6ec9e11092c7b137ce40436cf932 0.00 MB 1 0
44,366 44,366 00000000201be6865e072ea10b51d6f691f0b59cc5ada5bf46e4bb89d491998e 0.00 MB 1 0
44,365 44,365 000000001ece1207981be56164c944b9e8fa9cee2ea81a19d092bfbe4058c6b2 0.00 MB 1 0
44,364 44,364 0000000005222ecf190c3a5efa3cafd8144713f58538f0b1afca26c7f6a4746c 0.00 MB 1 0
44,363 44,363 00000000379a10c17e1a3fc7171f09294dbda259abe1e0099922cc3e756fe7cd 0.00 MB 1 0
44,362 44,362 000000001b74de42aa871f93e2c273e7f7258bab5e0b43b840c3cf19042ccbf1 0.00 MB 1 0
44,361 44,361 000000001698641883247a68aef69c2b9bb7e90d522b5d1062a43a83146106e0 0.00 MB 1 0
44,360 44,360 000000000553e2df0c9fd9ef3f573f17e00ec4253381f2db298d9397e0445b6b 0.00 MB 1 0
44,359 44,359 000000003708c3fadcff20228558fff5cc7316879096bcab49ead66fe80c4aad 0.00 MB 1 0
44,358 44,358 0000000008688d7ad0fb234a360912ce8a81ca2720f672bbaa9ffa81b2c44976 0.00 MB 1 0
44,357 44,357 00000000199505744492b69933fd036d09f458e9a19b37d83576530c44d58929 0.00 MB 1 0
44,356 44,356 0000000035ef03a1ae1885e420cd747273a66fc736a75beec05166bb750d41a9 0.00 MB 1 0
44,355 44,355 0000000001e27a9374a3ca3c521ba5903e4141f345fd02c3638ce51b3205414f 0.00 MB 1 0
44,354 44,354 000000002998ace9602b15f31c0cda69841059ab6b2366f4eec0598782d8e604 0.00 MB 1 0
44,353 44,353 0000000036097e68e94c338dde2e53624f2c1df02266b6fa0cef842ed3db8e1b 0.00 MB 1 0
44,352 44,352 0000000026cdac72c9b2eb5ac20d987f7cb30118203528245a34ba1dc0f0d7a3 0.00 MB 1 0
44,351 44,351 000000001a2e0c63d7d012003c9173acfd04ccd6372027718979228c461b5ed5 0.00 MB 1 0
44,350 44,350 00000000314578ee06bd98b3e9eb6ff9caab0bb8177d948b5a853ba4164c76e2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.30 GB sent, 98.29 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.