Memory Pool Memory Pool Refreshing

731 transactions
24.79 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,312 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 467 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (874,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
34,034 34,034 000000001e3beb41ce8c81dc1b944672305fe29d3defe6d4c5d609923475b602 0.00 MB 1 0
34,033 34,033 0000000035843476ae720369d44232a0cec26e2b195138610da5098e5c9b5f0f 0.00 MB 1 0
34,032 34,032 000000001d0d13603f14705501e5f16df1975eab7d58e0e4ed908edc0410cd0b 0.00 MB 1 0
34,031 34,031 00000000b2d3088131445fb70bda85e90663c36a66d429a2089c05014b8aac2b 0.00 MB 1 0
34,030 34,030 000000000be195a88ec22f1020011db6389783727f817be7dd24c8bc4c999290 0.00 MB 1 0
34,029 34,029 00000000a3db153cafe44ca160c39abf6e2debedb8e71fbdacb9f3480e2a0038 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.42 GB sent, 98.59 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.