Memory Pool Memory Pool Refreshing

641 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (895,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,718 12,718 0000000092a7bd4068be21b55266571281f7875de8041785efa916ff695476d9 0.00 MB 1 0
12,717 12,717 00000000e898e25ddc2a8192fc10697fa5365b4d8c6e8e0891989e83fef2fc9f 0.00 MB 1 0
12,716 12,716 0000000078f6b427b5d8669276264ee6340233d83c5cf3d11511d38186530d45 0.00 MB 1 0
12,715 12,715 000000009e3d66d5bbe248f734df8a3e08b19b549f72db367eb342cd0040e1ed 0.00 MB 1 0
12,714 12,714 000000000bc9d6973b4849589d8f90e88e46d7df6b99e66efc460d03af02d245 0.00 MB 1 0
12,713 12,713 00000000302782dbb0bb544197ce39940efcf7253747adb02b048b5207733162 0.00 MB 1 0
12,712 12,712 0000000041844a34f06da267e8eac2a4b2a66566d4d9a2fb87031e9d384e6b18 0.00 MB 1 0
12,711 12,711 000000008fa298908c618829919f83316120e6a45b03f674974f6ed512f07987 0.00 MB 1 0
12,710 12,710 00000000410c42b232dca504fde64cbe44b04eeeaf936046f9459db83c8f5084 0.00 MB 1 0
12,709 12,709 0000000052e45e37128de4f5c77cd8f1905461c9b61c606760f59fedfd1cce16 0.00 MB 1 0
12,708 12,708 00000000861d4c75bb4eda21db8251d4b3a47101898469fe487a34c30d39770d 0.00 MB 1 0
12,707 12,707 00000000efb3e2a83990ff281b8a1c3a4e0187bde5349bafc9aa3891de6a4fcd 0.00 MB 1 0
12,706 12,706 0000000002902c47c312a1a2700d74bf7f66e4ae2d4440a2fc0819d789ec5681 0.00 MB 1 0
12,705 12,705 000000009827f8daa999d9d5172172b6cf67bfd3f80b264b4c473b501a83acd7 0.00 MB 1 0
12,704 12,704 00000000bdbcbbc27a5603398961a007920714544718de806e15a34c23a7c3d5 0.00 MB 1 0
12,703 12,703 00000000f905bc5429744d14cfd8f7dfaea1d05b23002cc11d127b8f35ed7586 0.00 MB 1 0
12,702 12,702 00000000300967db7846c2796b4e096424133f91d3becf9fcaedc568a4a67a00 0.00 MB 1 0
12,701 12,701 000000001944ff5d790a51865409cce44fba8c95e814999b37f28e6d1734da72 0.00 MB 1 0
12,700 12,700 000000000ee7b6b2c13f68ea175b5289d3b9dd265d2743802619af9642743ef2 0.00 MB 1 0
12,699 12,699 000000007b70c5595d37fbb81eef12e5d68b5327a624a457a802a3004e46ec7a 0.00 MB 1 0
12,698 12,698 00000000f727691919d761a25f9e005316310eb567216ccae5d1c0baae581740 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.