Memory Pool Memory Pool Refreshing

17,646 transactions
5.68 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (737,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,648 170,648 00000000000001f0c308c79cfa926f3d44c6ee6bfe7a04728f036ca489032a03 0.04 MB 82 59
170,647 170,647 0000000000000388d5500db2327177cfd1d74fd9ee9d312dea9d6d6ed11fd371 0.00 MB 1 0
170,646 170,646 00000000000005835597652e3ae7054a381c24fa8589098a1f7c7d1f5a738a4e 0.01 MB 31 28
170,645 170,645 000000000000076286fc06b7d32f16a3d38357489f6535d24800186db4ddf625 0.03 MB 77 19
170,644 170,644 000000000000083ed9d7ab1ec9322f235bc3508848466ae8f6eae40b8868cacc 0.03 MB 68 227
170,643 170,643 0000000000000773e09c31038501fb97b3cb0e48fe8832ce70034d6a181e70b1 0.00 MB 1 0
170,642 170,642 00000000000004b95a8a60b9520625dd29f7fde00ac9085d706ebfbf136cc936 0.00 MB 9 25
170,641 170,641 000000000000063f764f9699d6c4f6cc8b730a3cef5a0ab11835e16476af71c2 0.02 MB 48 28
170,640 170,640 0000000000000861c5274f3d268a06e775236fc0af8f38f11877fb2e392b1d3e 0.04 MB 20 64
170,639 170,639 00000000000005d1a1ff6b0947e9a6068559c2fc5cbbfe686dba6184dde4ad66 0.02 MB 72 65
170,638 170,638 00000000000007fbd3eda9589296a64d85b384fb2be468b85195478cba1a9524 0.02 MB 50 85
170,637 170,637 00000000000007ae0b3cab9fda7052e58da5d50a321f035d7882eb71df837a3e 0.00 MB 4 872
170,636 170,636 0000000000000a82522d2fd096b993fa309cfb26c06a71080ce4911135077e39 0.00 MB 1 0
170,635 170,635 00000000000006bc74f505679420c6aaa5ab855c437a88d5624146430b5ff9f5 0.00 MB 1 0
170,634 170,634 0000000000000a84c249acc79cd0bc61eb6fb5fb6bea0fbeb4fb6e30e840fc6a 0.03 MB 52 43
170,633 170,633 00000000000003224aca247c822c6dc8232f1f224120966f5797357b5e984751 0.03 MB 92 116
170,632 170,632 00000000000009cbdd0ed455f78fc770babd29c7b46eb8cdd466300ff318e243 0.00 MB 1 0
170,631 170,631 000000000000069df18d54c42a49f5c4f1575ec6a180ca08553c29ceee011e52 0.01 MB 23 48
170,630 170,630 0000000000000aee9700aac32e71c7ad35ea78ee2fc07aa7e3d9e3d228d58f3d 0.00 MB 8 424
170,629 170,629 0000000000000ac5456c988478924a5e08b6609225e21e0726271ab0297c1d7b 0.01 MB 22 41
170,628 170,628 0000000000000ab575395298db3ba744674052fbe18f55aa59bad136f6b222f1 0.01 MB 25 122
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.