Memory Pool Memory Pool Refreshing

546 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
899,205 0000000000000000000237740000000000000000000000000000000000000000 0.22 vMB 546 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,204 (1,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,444 897,444 0000000000000000000077b9f8573df1a123c42d7594eb133ef683aba1aad0cb 1.63 MB 3,571 12
897,443 897,443 00000000000000000000a176df175c50968e0d3e2e04bcade2cb3a0e131c205d 1.59 MB 3,595 5
897,442 897,442 000000000000000000011edc81c20bc7c312f42d089567c7fcba26fef58b9618 1.79 MB 5,285 2
897,441 897,441 000000000000000000007a84c7fd26c736031baeb63c71bf3180ce433375e5db 1.60 MB 3,178 3
897,440 897,440 000000000000000000002cc72f505f04637e357244a1b52eb5c22a4449868cfa 1.61 MB 3,215 5
897,439 897,439 000000000000000000015fa8252a325c1d3fddd5fa051f69f6c1accfe082e082 1.70 MB 3,400 6
897,438 897,438 00000000000000000001fea72c6eca2b1f5be9651734ea91f41eee9e6d66c73f 1.72 MB 3,220 4
897,437 897,437 000000000000000000006c7f3c2f34dfd998de00d736e04cfd18d1834a6b96d7 1.68 MB 3,802 6
897,436 897,436 0000000000000000000099654f5e38273f8f96bd56869ad3051e21bf77a2b7c0 1.56 MB 4,297 6
897,435 897,435 00000000000000000001c2f793827585458f39f5bf4316791eb87f989bdd2533 1.60 MB 3,419 7
897,434 897,434 000000000000000000016520c7d055774b29503fb10fdcabbf3e3f52ccb08036 1.65 MB 3,354 7
897,433 897,433 0000000000000000000137b4cca7c853c03532c74b5ccb33c6bc17167e9c0cdb 1.62 MB 3,921 10
897,432 897,432 00000000000000000001794ae5f17c55de175dbce1602abab0e8d501ea8a1c7d 1.54 MB 3,668 14
897,431 897,431 0000000000000000000227e5231f4d38a42ed1597d534692c3b267c1a12abe36 1.63 MB 2,224 33
897,430 897,430 000000000000000000004914d6ceaa508940faf2d3d125ad4dd770b13354fd9f 1.66 MB 3,331 6
897,429 897,429 00000000000000000002485749be3ecbe392e2d1587f5bc3b29b0e6436523b2c 1.62 MB 3,337 4
897,428 897,428 000000000000000000012f15b338016a2c520cb2bcbf658beb5d0163960db8f5 1.68 MB 4,068 4
897,427 897,427 00000000000000000001bfd996f5de29c66778cc445f93fde7ab04c450b22144 1.59 MB 3,511 10
897,426 897,426 000000000000000000020c0f4315a86120a89dc165f5fba4a387f71976f90a44 1.71 MB 3,691 2
897,425 897,425 00000000000000000000cb548b42752e56d731f8bcfa3411fcf6d96c478c090a 1.53 MB 2,959 5
897,424 897,424 00000000000000000000ee81b9d193de5ea9fd4a6b920b383c957e6a11bf66c4 1.50 MB 3,470 9
Previous 10 blocks ↓
Total Size: 754.63 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: 456.41 GB sent, 22.58 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.