Memory Pool Memory Pool Refreshing

3,556 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,290 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,204 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,289 (874,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,055 34,055 00000000b74822d86c3d53cde682e0a24c89ec7c4c5b1e3758d82bae4b789ed6 0.00 MB 1 0
34,054 34,054 000000004287c53e6fe394965604f69c0ee6d329f8c2b3171b86d5ad7b55a1a1 0.00 MB 1 0
34,053 34,053 00000000b7f8327f8d9f712e2a4ad4c4d75f2ccb781b289bac42409fb79fdeea 0.00 MB 1 0
34,052 34,052 00000000b0363badc175d955acfa0782bec75ee42f3aa56d06f9eca8be3aab41 0.00 MB 1 0
34,051 34,051 0000000086928b63ee6df74fff9e7e23d1d806fd50ea4d35f3ea0b46ca20ebaf 0.00 MB 1 0
34,050 34,050 000000003aec61b5848dd3cefa4cf5ed9429f0a310d88b9a49c0dd54f0821706 0.00 MB 1 0
34,049 34,049 00000000cc38c52079668ed8ce5d59fed5a4dcd7a96db82cec0afe23079fc26c 0.00 MB 1 0
34,048 34,048 00000000b5b8e806def335022b8e18093798bbcc4f95f8a1e4dce9173ae64347 0.00 MB 1 0
34,047 34,047 00000000c7f870627e82a623a000eeefd718b8d6c2441d05e2ee9e1bfe4766db 0.00 MB 1 0
34,046 34,046 000000005bec3824d9d12b92f90c077485fe4eee01f0ac0c34928c4829d4194c 0.00 MB 1 0
34,045 34,045 000000005d4dcf26ad1a923fcd70ff4e2b286088ae11ae63e66658a393d8d2e2 0.00 MB 1 0
34,044 34,044 00000000370b73ada14898076a29b18c1a77955a7ce81ba43359724a54226087 0.00 MB 1 0
34,043 34,043 000000003d0d7f8b219224f87de254958bf7e7b99521ef5ff6ab6242ac31f1db 0.00 MB 1 0
34,042 34,042 0000000014704e367ffc2abe221d3d45e0295cc13af98aeba7113a557b3efdc8 0.00 MB 1 0
34,041 34,041 00000000bb9a1660aacf9d534e4300a16cd1efb03b59784ff901b47c14b15ff0 0.00 MB 1 0
34,040 34,040 000000007a05bbdcc6c7fccf5f846e3dd23baebfb1bad739762ed6b69c99693f 0.00 MB 1 0
34,039 34,039 0000000096f64df821214fa4b9791fbb6ba6d10904f46957fc261a4b5166d7fb 0.00 MB 1 0
34,038 34,038 00000000af116aff725b9c27d3f4879ac0994bfcce3f19067c9e3a010e153ed2 0.00 MB 1 0
34,037 34,037 00000000b614a3432619dd3325ebf6850e2d1bfd8874fa79bf7276a5f1641691 0.00 MB 1 0
34,036 34,036 0000000021ab91d4898ea4b5e29c581630a4f20f3f8b53e20bd82a60b9411a2c 0.00 MB 1 0
34,035 34,035 00000000a15d4bf6b545ecd6b3ee6c68eb16b9a1c7899a7a27e80bc1b33b207b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.30 GB sent, 98.29 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.