Memory Pool Memory Pool Refreshing

6,432 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,587 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (816,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,680 91,680 000000000007f7dcd368d6f738c8461698b13cd79f207edf12fcfc633a77dd32 0.00 MB 1 0
91,679 91,679 00000000000909aa27da774d54ac733a114f9d1201ea639d0f2ffcb3bbb2bc8e 0.00 MB 1 0
91,678 91,678 00000000000332acee0821c9f3ef2d222ef2f104064da1cd8660ab3df5ae59c6 0.00 MB 4 0
91,677 91,677 00000000000cb067c3b4e923ec9c7be5545bd6c482fec36ac6513989615c9277 0.00 MB 1 0
91,676 91,676 000000000001590507ac8e483f99a77e98a9f7b6285a5f4137230db94023a050 0.00 MB 1 0
91,675 91,675 00000000000b1d87dc8a75bb2edaaf5a8d2240cfae5e6564deb1978bebb3def5 0.00 MB 1 0
91,674 91,674 000000000003c426a0f2a9054c9b57af4a1d4dad2ccd7ae7fc32401ccc9f4440 0.00 MB 1 0
91,673 91,673 00000000000380978bfa8f131d2b6728a3670d7aa4a912033edd4c6fea6431d4 0.00 MB 2 0
91,672 91,672 000000000003cc246fccf530b81a93bb85c9f52afd5e4f5a99af165733751ce2 0.00 MB 1 0
91,671 91,671 00000000000adf90d97d0aaad8d3f098b731c9d44ec7ee3fd735451cd47a50b4 0.00 MB 1 0
91,670 91,670 000000000001c9c174d561a5e6e8e402935bfdda538624aced2de9b9dc397b30 0.00 MB 1 0
91,669 91,669 00000000000dba7c70eb92554d3c26092639865efd3033a2a0ac7e60b3b23713 0.00 MB 1 0
91,668 91,668 000000000006c01352d5e13a7d4d5bd06aada5af53ca0b87d9562b2f0c898b38 0.00 MB 1 0
91,667 91,667 0000000000073926d1d816cb1e8b4f32a3bca9021a1b4752c60a0774b2ff0f1d 0.00 MB 1 0
91,666 91,666 00000000000b52adef78c5c6fff4bef156f97fe35e8206b561030979dee04944 0.00 MB 1 0
91,665 91,665 000000000000efd81439f876073c8ad30bdb6b26c98c495bed753f81e2cb3ac0 0.00 MB 1 0
91,664 91,664 00000000000df9736d18c4563473f9135f8945e11384844d89074463731ecbf7 0.00 MB 1 0
91,663 91,663 000000000000337af27dd368a45a3ac143925ec8e2c46f264b1d29f39a29fe65 0.00 MB 2 0
91,662 91,662 0000000000095bdc40c56093c4748ca2eb79d8157a95cd17d4fc523406dc4835 0.00 MB 2 0
91,661 91,661 000000000005ffed9eb587d9a0756cc2ad178e8ebbdb9f2ba046eda40a840da2 0.00 MB 3 0
91,660 91,660 00000000000b2360b48996521e453c7d61091b9410cbf4a5540673c769e17968 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.07 GB sent, 100.76 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.