Memory Pool Memory Pool Refreshing

12,300 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (321,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
586,254 586,254 0000000000000000000e1bbc981e5d55e000e5dfde8184b37e2d06140f4075c8 1.30 MB 2,549 47
586,253 586,253 00000000000000000006561840a89f59a81df19f38e065a8aabd03015c897071 0.00 MB 1 0
586,252 586,252 00000000000000000012f96a7d21b248825d7db4d01f174a4838ad53e2cf0e8f 1.24 MB 2,518 65
586,251 586,251 00000000000000000017918ffc0ce0685e11c89ff8469300248e2fe5e5b3b8b0 0.74 MB 1,490 29
586,250 586,250 0000000000000000000f95ddbc56f5a2b8cac99d7079e537b0c647c991a089df 1.13 MB 2,856 18
586,249 586,249 00000000000000000005fd040579f6f93c57aeff1ddf533b667353b3c3803b44 0.00 MB 1 0
586,248 586,248 000000000000000000112e2b634a2964c0cf3db83162686933ce5c084bdab572 1.30 MB 2,869 64
586,247 586,247 0000000000000000000ab200327f6480580dc5e2a17ed9b392d6b7321b7a5f27 1.10 MB 2,803 33
586,246 586,246 0000000000000000000fb211b15b29cd839db54376cef503ae46de8d1e477e9b 0.82 MB 1,959 35
586,245 586,245 00000000000000000018bd2d709b85933e017ae01ffd51c1c8fde3896d4721f2 0.32 MB 558 47
586,244 586,244 000000000000000000159e4dd3dd21e60e7afcee2084d9ea16439a3bf4bcbf3f 0.96 MB 2,465 37
586,243 586,243 00000000000000000000e19aa662c52394eee1c64e374dbc76b6b1e0c4af7f09 1.27 MB 2,794 48
586,242 586,242 0000000000000000000ab79f9cc7df156f57d342aef9fdf6737251fd32a80504 0.86 MB 2,076 28
586,241 586,241 00000000000000000000261bf1e5b6d0768f47a06476fd55974ef76937284e97 0.34 MB 298 8
586,240 586,240 0000000000000000001a5ff6fda5362fe93aa40cc63300d0211528c5ed2a4a08 1.14 MB 2,473 7
586,239 586,239 0000000000000000000cfedf01d24a177387a631e94a75bbdc76daf90e86eca3 1.35 MB 1,707 8
586,238 586,238 00000000000000000019d5b04d9c7654843f4d10bc5ab9e7f87c74399123f067 1.10 MB 1,627 12
586,237 586,237 000000000000000000052c28b26236315feeb1a52411f52af87f7bb94739c57b 1.30 MB 3,177 73
586,236 586,236 000000000000000000156bebd1f399d63e506c5d1ef1305a92e1db944efc6e47 1.16 MB 2,275 36
586,235 586,235 000000000000000000064829f4eb5dabb71f734a471f4d611120cd5590ce508c 1.25 MB 2,442 42
586,234 586,234 000000000000000000005333226037a4c501a0a9608c53a60ca555744a4aa333 1.00 MB 869 6
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.