Memory Pool Memory Pool Refreshing

4,477 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
907,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,685 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (778,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,707 129,707 00000000000012fbcf784971681c91eac50040480aa1525f8548d1ac6d4a06bd 0.00 MB 5 4,008
129,706 129,706 000000000000162e5619dc5b75e35949d6ab3d76af4fb70332c15d55bb09e55f 0.04 MB 149 356
129,705 129,705 000000000000171f3251b48fc359c218521f51d2f37ae56ff8d4c3300defb834 0.00 MB 15 1,715
129,704 129,704 0000000000000066dc37721059c86f07e82556b9a2c592477c64044f37728c5f 0.06 MB 216 1,953
129,703 129,703 00000000000010b738667bba537537ff898256dff4fa0198f25dfe8f0104dd36 0.05 MB 98 683
129,702 129,702 000000000000062fe029fa5e7e0a21eac25e14d7a5ccc67607ac423d7c020a71 0.00 MB 8 33
129,701 129,701 0000000000000d818aaa480a1d494bba7f1e71e6626b87238ddae86d3cd892b7 0.04 MB 97 1,107
129,700 129,700 0000000000000e0c4963b942ee4c90ff751e5b3a5c353f8342c39cad047ff840 0.01 MB 23 860
129,699 129,699 0000000000001860f9e1822806a2f948e669183e7772cd182d06a0292eb9b2ac 0.01 MB 15 910
129,698 129,698 00000000000006e6b9390e0b131950949061a49f2683e41b161db993b79301b7 0.01 MB 30 1,138
129,697 129,697 000000000000024aab45ba06706255b3b8eb15e104bd9ee2584519cd4b3fa112 0.05 MB 170 176
129,696 129,696 00000000000001af19e7ae2de2a904d5b18bdd832593d9309419a5bc837607c0 0.02 MB 36 1,069
129,695 129,695 0000000000000319e3101fa6be987b80a83b441d2c51a2cd41fe019f57f0d24a 0.00 MB 13 524
129,694 129,694 000000000000080bdc7f12ab9b26e7f5e37f579a03ae9482b4672977eed1c440 0.02 MB 45 1,241
129,693 129,693 000000000000135fb6cb50c20ac04d0b9e0078f1a3c6aaa5594711783c581a81 0.06 MB 103 1,123
129,692 129,692 0000000000001bf14880eb7d535b9a43cca53f242515e0d5143253ecb9ce9b09 0.05 MB 119 663
129,691 129,691 00000000000010fb8c17b79c6d1ae8de0d04bcf78ed165e6347c515eff4d80fe 0.01 MB 26 834
129,690 129,690 00000000000000df662873b44de7f6307a6ef177042de82d739ad02436cd5307 0.02 MB 35 960
129,689 129,689 0000000000000b43a26ada24eeff052b02e498d98796d58843219831a55479c7 0.02 MB 23 1,220
129,688 129,688 00000000000002bde30d31d6db586a1539d2efd010c29c68d70ebd2fa0eebd5a 0.05 MB 130 514
129,687 129,687 0000000000001538422d7d2b7bc85be215ad57ec24485fcfe816620fb6bfdb3d 0.03 MB 68 955
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.19 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.