Memory Pool Memory Pool Refreshing

9,925 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (183,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
723,792 723,792 0000000000000000000799aca2adea33c384a80c2ba9be6f2c47e7f895e437e7 0.43 MB 652 10
723,791 723,791 0000000000000000000601bc2454783d910ad02048ae83eb723f9d72cd64dbb4 1.52 MB 2,464 9
723,790 723,790 000000000000000000091b2e19897293b22ac3344e6a4314a5f7b1912546c2f2 0.41 MB 567 8
723,789 723,789 00000000000000000004bd85a6b5ab7ead9bb4b4dd41a9617729268edd5e53f3 0.69 MB 1,295 10
723,788 723,788 0000000000000000000732655e028e6bf685a1e929a453954d2568a6d5d03c4a 0.07 MB 160 9
723,787 723,787 00000000000000000008b7a6d8dcf5c7a6a21e2ae72731254c6dede6d2c7f34c 0.17 MB 386 9
723,786 723,786 0000000000000000000745e675de20e76971479b9b3f0affc1222fc952d97f20 1.01 MB 1,409 7
723,785 723,785 00000000000000000003c966c1898db80b22535e03b613a0a3440c364eb13358 1.53 MB 2,403 5
723,784 723,784 00000000000000000001f009807389b182d25ceb918bd16730e39329f64e93f8 1.49 MB 2,999 10
723,783 723,783 00000000000000000004b308c87bebfdc612f343b42e20bc5071c38ccdac40c4 1.31 MB 2,084 3
723,782 723,782 00000000000000000005f8f3664e42a89529c9f81b471b0c3601d9d27fb51fcb 1.51 MB 3,052 8
723,781 723,781 000000000000000000031fdf4c0fb54ad281e906fd465d8f5341e20ea9fd5bc0 1.49 MB 3,065 19
723,780 723,780 00000000000000000005da5b6ecf12a59586c6a2cbae3a67864f946f8aa78a96 1.16 MB 919 2
723,779 723,779 00000000000000000008e836a05a7f6c3ee856c8dc6e81c15487337df264e58d 1.56 MB 2,404 11
723,778 723,778 00000000000000000002c8985f44b6d89755d75788eb37a5f23bf470fae2d6f9 0.35 MB 353 5
723,777 723,777 0000000000000000000954ed37ae8863973b753338938560fbeb9890f1e7ce1a 0.53 MB 852 9
723,776 723,776 000000000000000000010f80281bce1a586ef3aa3adaa11b01623c3b5a4b96b6 0.43 MB 627 6
723,775 723,775 00000000000000000008c721d81349d3f5182628dd96f942d7b0bb303555bac6 1.17 MB 2,285 5
723,774 723,774 00000000000000000009e9048e6c019c34c4bb9c880527101bdb46d1deee4601 1.52 MB 2,744 9
723,773 723,773 00000000000000000009541bc9b1402a221510a17571e4a6f21291cefd9da500 1.02 MB 1,384 7
723,772 723,772 00000000000000000007a35b629cee4a9a27a4bf7e30d3cdf916b843c6ddcb6c 0.39 MB 358 5
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.