Memory Pool Memory Pool Refreshing

7,526 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (220,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,883 686,883 0000000000000000000379942a0e5cf6143da5e942a95500c45b8db074900566 0.12 MB 227 39
686,882 686,882 00000000000000000002856cd5d45bd2f42dfd799f81695e15d6fbade3196ca0 0.08 MB 190 35
686,881 686,881 000000000000000000030c47e88da5e9297c083d710d122c241f1d3b827cd24d 0.90 MB 1,375 25
686,880 686,880 0000000000000000000b5273f5d443d38c3ce380a468eba5209d3317c126762c 0.12 MB 174 17
686,879 686,879 0000000000000000000a92d5f79e0f8db5c7d959e2cea7abb641d47400b081ec 0.20 MB 432 26
686,878 686,878 000000000000000000005305bed709990c0497def918993f9f615b7d6308ede2 0.46 MB 948 31
686,877 686,877 00000000000000000007abde7509a72ae1c6b3443d674e0f5017f54ba6cc2afd 0.01 MB 33 26
686,876 686,876 00000000000000000003f1e907ac6b32e267ab9bbc5d49d84a07d9a6af7df63c 0.15 MB 296 30
686,875 686,875 00000000000000000008db126feb6acc2e9a9e1024f6523493da1bb3438c6c1f 0.01 MB 22 31
686,874 686,874 0000000000000000000c1794c5fbd71ad14830079c70a5cb368182cf6c62f3b7 0.04 MB 87 32
686,873 686,873 000000000000000000000f8cb381a511b55fd370393784b874d35bd6a5c1538e 0.95 MB 1,528 25
686,872 686,872 00000000000000000005dafbbfc03be99d303f90596cd5ef1733fd773edc3470 1.17 MB 1,253 14
686,871 686,871 000000000000000000057ea2c0422b693d471eb5388d17456cb7ed96a139b56b 1.27 MB 1,077 11
686,870 686,870 00000000000000000000e98b1c8570a3f838b8fc9c0c81772e005e882cee48c1 1.35 MB 1,414 10
686,869 686,869 000000000000000000080268fadcfd5b42412d819a26dfe9d561487aab961283 1.29 MB 1,189 31
686,868 686,868 0000000000000000000242c9946b0e645842cff667fe64c33197973d589d3042 1.27 MB 2,590 4
686,867 686,867 00000000000000000004d478fe5f725b7b4d680c9769c71e335c534ca322e073 1.29 MB 2,330 6
686,866 686,866 00000000000000000003f9991f1cbee67375d217d773ac1728f164530df32440 1.40 MB 2,074 38
686,865 686,865 0000000000000000000b1272390ab492a7d8c437724fcc3b2fed85612ee8065f 1.54 MB 2,012 59
686,864 686,864 00000000000000000005fa5ad22bb12364a4cbfb6c9eedb4c552201a17ae8c1b 1.42 MB 2,214 45
686,863 686,863 0000000000000000000bfad2ee72e760db27182081c8f4be2276652e1e9fad46 1.38 MB 2,317 45
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.