Memory Pool Memory Pool Refreshing

1,153 transactions
25.54 vMB
Show Random Selection Loading Transactions
Max Size: 103/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,309 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 806 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,308 (859,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,594 48,594 0000000006a051e39d1733942dc3fa913abfc2f39065ed715835f3a6deed3b86 0.00 MB 2 0
48,593 48,593 00000000071d8b6fc001b03311f072d5283b998100abb2fe12ce30e69eec1418 0.00 MB 1 0
48,592 48,592 0000000009010de6d3743848c31890b26bf1b4200d6ae5d269e1d830213d6cb6 0.00 MB 1 0
48,591 48,591 0000000004bd35381a0c1e9277ef2413d222c2ea6eaf5f7459295a9b127b40cd 0.00 MB 1 0
48,590 48,590 0000000016cdd12f35afc3428ea600bc9ea7992152eb8ca0b3a67100e7005198 0.00 MB 1 0
48,589 48,589 0000000005994c7a2a7b92c0b1540313d83a0bb235ea1ebf31eb0b4eeadae669 0.00 MB 1 0
48,588 48,588 000000001440b6ac3ece87bc6acb5435e88cbf578238080fd47924f5761cfa65 0.00 MB 1 0
48,587 48,587 0000000023c02334e691097bb2d03d3e2fe885fc1920299c557317c6f103b8b6 0.00 MB 1 0
48,586 48,586 000000000e15b667945f47369d56124dd4e68e5ebf86e07cc8f5bc0829069347 0.00 MB 1 0
48,585 48,585 0000000007238432fb795aeec117bda717f650155f815d3b61a6532f49eb266f 0.00 MB 1 0
48,584 48,584 0000000013695c61d0cdbbc217c5c550e6ef28501bd271d50d09c7f676d91900 0.00 MB 1 0
48,583 48,583 00000000024e98be3a43da5436173788e9c8d0f961bd84f0b6e35f7cd87f23d4 0.00 MB 1 0
48,582 48,582 0000000002928a1f9e9685425b9d107968363a01fe3c1e1b14dc53ca6643a761 0.00 MB 1 0
48,581 48,581 000000002083dbe17d973d46d3a1497f2cc918a5e1d12e01ae09baf790d45615 0.00 MB 1 0
48,580 48,580 00000000180af61ed69e1e149ee55ef2d7980b77f3742737e3d02b2e1a2d9610 0.00 MB 1 0
48,579 48,579 000000000336847b436a948c33b2b508ce5c0e7d572c48d5f728c751ace18317 0.00 MB 1 0
48,578 48,578 0000000028d41881e8976e13b2c81da6d0a599d96aa2bd868108265aaaa9a1e5 0.00 MB 1 0
48,577 48,577 00000000158a3899677466fa5c17d189c813ae9a7c07681a8a0d879c6de7548f 0.00 MB 1 0
48,576 48,576 0000000026fade13cd3936b702a1daf9c662984878e0b30f565b2e76fd9ffe79 0.00 MB 1 0
48,575 48,575 000000001fe687cdfcecb91a4ddf1baa2c58d0adbff81957e6c167ca85daf450 0.00 MB 1 0
48,574 48,574 0000000016e0409695190a92ca5a7a3c6ac98fc1abd5081df4ff55023b839fcb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,696.30 GB sent, 98.57 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.