Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (209,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,648 698,648 0000000000000000000b363472a927359a35c5e2a7bc81029ec940ce23793637 1.52 MB 2,688 14
698,647 698,647 000000000000000000085e060b4959f4862037ee009dfc0d6cc5215f6fd6591f 1.35 MB 2,569 40
698,646 698,646 00000000000000000009d1f046c728059f3ec0f3d73c0bc6fd8d3530a1f43db5 1.34 MB 2,513 8
698,645 698,645 0000000000000000000be53ba1f68a767739e8824c7605517a7d8b2c5c4210fc 1.24 MB 1,070 8
698,644 698,644 000000000000000000005df9ebfad46b1a6651b9fff5ce3fda11a336b223c411 1.48 MB 2,449 21
698,643 698,643 000000000000000000029bac6f7efe15398f053f9da1872a2d08df79209fccf0 1.47 MB 2,792 24
698,642 698,642 00000000000000000007839f42e0e86fd53c797b64b7135fcad385158c9cafb8 1.42 MB 2,332 19
698,641 698,641 00000000000000000000bc13488a5dab71251f6d6be2f959f140717a926443b6 0.20 MB 285 10
698,640 698,640 000000000000000000095c2828365cfc4f114aa7dbb3a7c35f09b562cfea20c3 0.35 MB 690 9
698,639 698,639 00000000000000000002b631376244068caed1167df10bff3ad15c905ad69ddf 1.42 MB 2,197 16
698,638 698,638 0000000000000000000fe0178844caf6d23505b4c4f4d293e0920b8d93650d17 0.47 MB 54 1
698,637 698,637 0000000000000000000995fe385bbbc41e6d5503e38799719949150ecdc4afe3 1.49 MB 2,347 12
698,636 698,636 00000000000000000007491a886275cbe741f807623b02ed85184a6514f27c9a 1.31 MB 1,739 17
698,635 698,635 000000000000000000069d69609d1d46ac13e135ade2e9d2cfe6ae49bb7779d2 1.36 MB 1,939 18
698,634 698,634 0000000000000000000eff18848e455f68bf11b28b85fbd2957517f29b359940 1.12 MB 475 4
698,633 698,633 0000000000000000000ac7dd4741877824a415173f3c7ff86246ba8b5c110f18 1.01 MB 1,059 7
698,632 698,632 00000000000000000002a9d3d9f25bc08a3beecb6b10ed96e2692d56b49871a6 1.27 MB 979 13
698,631 698,631 00000000000000000001857d2fc3ac3712030d6b64ab33e234d13f620c127cec 1.34 MB 2,516 4
698,630 698,630 0000000000000000000e5ec431747b731cb3f8e7fbc2046ca644049137dd76d4 1.23 MB 1,291 6
698,629 698,629 0000000000000000000fad3518d0f616d2c96a2ad12657cf7716aadd077c81b2 1.40 MB 1,267 10
698,628 698,628 000000000000000000060d1dc1bec79d7699df8871827b69092d5348becb25a2 1.54 MB 2,102 19
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

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