Memory Pool Memory Pool Refreshing

17,337 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (501,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
406,105 406,105 0000000000000000002c2a788244b1edf0e3df16525cc1649704c7d019247023 0.45 MB 798 29
406,104 406,104 0000000000000000002d710a3567e4a8980c62a2f7d413e402d003d32acaddd2 1.00 MB 3,201 51
406,103 406,103 000000000000000005026a766bc4c1fb8b4d37775f4299687db19368d79cfb2c 0.10 MB 257 33
406,102 406,102 00000000000000000606071a4e9f4d0daa4fa7746559831047ef126b3818a495 0.54 MB 1,356 40
406,101 406,101 000000000000000005f66bd1187afb2693f319c231242e7b2f81a15282933715 0.32 MB 603 29
406,100 406,100 000000000000000002762fd3c2d76e74973ad5a50fdfd9d38057c7edf6d56f35 0.21 MB 491 40
406,099 406,099 00000000000000000300045ee41d7afa14dc4102d4465e08286715fea62a35a8 0.60 MB 1,408 40
406,098 406,098 000000000000000000e2b28f0235a95eccb2a753ff1b72b26606c1e1d1546d51 0.22 MB 289 24
406,097 406,097 000000000000000000794ca130e17a23a4e3234638f080c9808fe606bbe4eed6 0.68 MB 1,718 40
406,096 406,096 000000000000000003d70884c41b7f5a01aaa8d6d50adf463373385f938a4bdf 0.42 MB 728 25
406,095 406,095 0000000000000000044d3c3409719bd1fe597859eaf2c46d470d9ceaf0925430 0.32 MB 673 36
406,094 406,094 000000000000000005aa59284130a463a79486f49b900e91011373c8179e9c99 0.88 MB 1,578 30
406,093 406,093 000000000000000005550104fdb0c3c9bbe01b4e081e304caa8e6a3ae28d0987 1.00 MB 3,250 61
406,092 406,092 000000000000000004332c2a105908f36030ff4bb267aa12cf6558f81a75f266 0.78 MB 1,542 42
406,091 406,091 000000000000000004befa6af3c544ac73c532b6eff7982083c1c580a62650f7 0.15 MB 377 42
406,090 406,090 000000000000000004068f639588a9fcefb884e17827f834ef22a51e0f74effb 1.00 MB 505 6
406,089 406,089 00000000000000000652e6d3b9a93d74e83c527450b3b0f8bced5923d93c03ad 0.99 MB 2,374 43
406,088 406,088 0000000000000000068aea1b0bdfeae10394435e107d98a41f3ea91da78fddae 0.00 MB 1 0
406,087 406,087 000000000000000001f77b2f496ae7ad87d0978aad16ca4e31f16b72fd70e05e 0.17 MB 317 27
406,086 406,086 0000000000000000041c61e3968e2284c1959b213b5490dfdcf40340d6347980 0.76 MB 1,977 47
406,085 406,085 00000000000000000432ab2518f315c5854b42e3ecfe48a96dcac5fc23faa43a 0.45 MB 845 32
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.