Memory Pool Memory Pool Refreshing

5,068 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (347,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
560,649 560,649 0000000000000000000ecda00e0748c201cc58a7adbdea2513da6a2262795e5a 1.14 MB 2,706 8
560,648 560,648 0000000000000000001c119124eb25816ab599c2402ec4f9cc2b5750c565ce85 1.26 MB 2,507 16
560,647 560,647 000000000000000000084c8387790a5aee34e5af7388d546b0e632fa5e6bdd04 1.28 MB 3,399 39
560,646 560,646 00000000000000000028332ecf55021eec9df12c829ce8277843bd2542245176 1.19 MB 2,687 8
560,645 560,645 0000000000000000002832de0176680824e8637dc18a0db326e89e1482900a22 1.16 MB 2,564 14
560,644 560,644 0000000000000000002bb9b4184b8bf202169d24d90064ecae0b6a9d7a006db4 1.29 MB 2,867 19
560,643 560,643 000000000000000000034cbbc06f0e138b3fcc83afacc99d6c9d790866f97956 1.39 MB 3,227 19
560,642 560,642 000000000000000000046a796529ce34edf4080947ffccb2c8f52c910339cf31 1.19 MB 2,737 40
560,641 560,641 00000000000000000012b10fac28f6ddac4f47c865e190bbe6b9bbe509039933 0.04 MB 88 16
560,640 560,640 0000000000000000002e67c1d1afd9f33b5ae21deae5b29cf02a1c325f68023b 0.82 MB 2,015 16
560,639 560,639 0000000000000000002f5febf5ff1a9d1117ec33cbd9c29cff8803dc2f0d0e2e 1.20 MB 2,522 7
560,638 560,638 0000000000000000002466a0bf8fde39c9a555f577c688e45c8c2c956ce5cd80 0.00 MB 1 0
560,637 560,637 00000000000000000008533c6ee3c4fbd1454471a70e9b450aff8fc751b4e956 1.24 MB 2,541 18
560,636 560,636 00000000000000000008fcee5edd23c3ce68c53e918037333db157d7d63ee3e9 1.20 MB 2,752 14
560,635 560,635 0000000000000000000ced8375f7adbd546ddd6f1a52679896b246cc9b5096ba 1.28 MB 2,680 13
560,634 560,634 0000000000000000002f5798bafdb84eeddfd00bbcf1f810f1a96a17ad4987ab 1.55 MB 1,957 15
560,633 560,633 00000000000000000013f40a5089b27a4fb89009a3671012825fe8d27c712bd9 1.20 MB 2,721 28
560,632 560,632 000000000000000000229eb69e9a7726646c8864fc327285c32e6eefebcf578e 1.18 MB 2,752 49
560,631 560,631 00000000000000000010bf9518c51c4edf2724d052705b80cdd72151db7f02b4 0.52 MB 1,153 6
560,630 560,630 0000000000000000000bd257b679f9d9917a8da24ba20731914587e3a56d3c04 1.26 MB 2,946 22
560,629 560,629 0000000000000000001852cf8e1d049c8adbe81b891f91e5ca6d2d37b422adc8 0.27 MB 681 17
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.