Memory Pool Memory Pool Refreshing

7,338 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (612,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,090 295,090 00000000000000009d73310918215291432629f45b81e6156c1dcf70962a6a9b 0.25 MB 388 35
295,089 295,089 00000000000000006ba086c0e878561012890e201174aef2ee695cb9654a417e 0.04 MB 98 36
295,088 295,088 0000000000000000a97d3fd0fe9a96c0787e9e746a6b8049238b78e2f8fe5301 0.26 MB 540 42
295,087 295,087 000000000000000042b57adf1433d76b7725ad1478ea4b4420320a3e33d86b78 0.23 MB 447 43
295,086 295,086 000000000000000043ef325742107b0ea1978fe4cd980b8ebee183e67c73399f 0.19 MB 294 32
295,085 295,085 00000000000000007f5fbf2bd92b9c6dbb329e15175fb39326d0dcbd9019e3db 0.00 MB 16 33
295,084 295,084 000000000000000050e9295d18406f411c9a202a9332cd80574a3a1815a3bcef 0.12 MB 200 22
295,083 295,083 000000000000000080c7f78a00ea36ce854620f00e9cf19fba594c03538bc2fe 0.11 MB 256 65
295,082 295,082 00000000000000004e67980a8833dbdbcc0c49d1a9c761d8cc2d2ea9030eda05 0.01 MB 16 16
295,081 295,081 0000000000000000b22b6c6e97939d3c4862040f9814c3d2f9647b858a0c7be1 0.11 MB 128 22
295,080 295,080 0000000000000000473e3910d4c0bf3e8d981cd770f65e6f3eb00af5434ad1a1 0.18 MB 402 39
295,079 295,079 00000000000000008d9328a3ef9eb3bf5ccfcbed5fe2ae5ad543411a10482d78 0.05 MB 99 33
295,078 295,078 000000000000000039f60e4bd760ebf22d3fad4b600542e9a0ea2e1048ffafec 0.29 MB 631 46
295,077 295,077 000000000000000053843ae1f008a2b22aa4fc315741b606f48fc4883ed4f27d 0.39 MB 707 39
295,076 295,076 00000000000000004fc4eebe706697d2b87f12426004712731ee283afa70f2ea 0.01 MB 35 39
295,075 295,075 00000000000000007371a6f3a87fb287701c540b44f59a39b7f060fc91c7619b 0.33 MB 591 38
295,074 295,074 000000000000000031a63c3500a1744434988a68fea429d133a0262db1e9c6cd 0.10 MB 158 32
295,073 295,073 000000000000000034951e36494831437a7c8d7bb7261256f2831181f89ebfd1 0.02 MB 41 63
295,072 295,072 0000000000000000326e4572488626020857ea5241a96d4009e0e980f647304f 0.16 MB 260 29
295,071 295,071 0000000000000000b344a898ae2ac9ac4692b698dff43c85756e0eefb1a919eb 0.12 MB 256 82
295,070 295,070 000000000000000094a4aab7497ea93addf4a71228351993a0d2bae402765f63 0.08 MB 132 28
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.84 GB sent, 93.01 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.