Memory Pool Memory Pool Refreshing

4,256 transactions
3.50 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (842,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,971 65,971 000000000044370410c1d3afba3ee1c83227c9c607020defc57355bb871555ed 0.00 MB 1 0
65,970 65,970 000000000055ff4955099163adcd595e74ef2780138f2db8eae3ad3b59d61eae 0.00 MB 2 0
65,969 65,969 00000000049bc6f268f113ef233ca3725aa8c3c165e6aee7717db1ca1ccd7242 0.00 MB 5 0
65,968 65,968 00000000020bcee8401278d334c4b7ddf691952554e52cee1117860cf78ce030 0.00 MB 1 0
65,967 65,967 00000000030a29abc0cc94637890ef94698a6aab523712be577f514cc051327b 0.00 MB 7 0
65,966 65,966 000000000a78a5e9bedfd79a66b986006c07e357a644e8af7e846177d8f2d057 0.00 MB 2 0
65,965 65,965 00000000084c45bd579acabbe3d8d5417e780d72e8245f5ea781b701d9838526 0.00 MB 3 0
65,964 65,964 0000000004351c785186fd4ebed652e78abb4dfe919e4bd8a417b13286c9c566 0.00 MB 2 0
65,963 65,963 0000000000284ee8276463c50399bad138ebdada336d1e244edd0cb15b27e9e2 0.00 MB 2 0
65,962 65,962 0000000005ec4f143d735428556d9a4c0ddb1cc3b6b1c0afaeb8b054777ba41f 0.00 MB 4 0
65,961 65,961 000000000a723b228c4303e1c6d2065579af48655fd988eb44e6e8794add6eab 0.00 MB 1 0
65,960 65,960 0000000006e34a7f5072c596c31dd4cebc30cfb56bed78afd295276140c22444 0.00 MB 1 0
65,959 65,959 0000000008c2beb2110094cbde3bebbd1f63682d33c5dac1ce843031289b53f0 0.00 MB 6 0
65,958 65,958 0000000006b7fe0c3f6163bad628ad02bbf65cbc21a4bd8033b1c759fb513645 0.00 MB 2 0
65,957 65,957 0000000007fef433670775f1dcd89d509ff761e9ae438a1b2bbdf70f0f5a0d10 0.00 MB 5 0
65,956 65,956 000000000a475ee3c904444eda885b2dc2b29288e23073a10cd3c1c0af5bbb69 0.00 MB 9 0
65,955 65,955 000000000714d81ad33027caa542543fce148f565aa82c55b7072a0851ff915e 0.00 MB 1 0
65,954 65,954 0000000002756ecc0e8c01f3bb72105a7217924e811c89d66b4075f9bfe44716 0.00 MB 4 0
65,953 65,953 0000000005977d108a96193af48878b1a2fcedf89e120f583e3532c225adb434 0.00 MB 1 0
65,952 65,952 0000000009a6b0b81bf6188690677b871535555ba95e85b91418a411f68fef6f 0.00 MB 6 0
65,951 65,951 000000000409bc3504859bd0d8d2b425cf28395aee2b72d752230be3912b6a4d 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.