Memory Pool Memory Pool Refreshing

8,298 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,732 (754,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,479 153,479 0000000000000dbb77cbb07f3d45dd373fe3b2319536f423972f4f01110f00c3 0.05 MB 81 63
153,478 153,478 0000000000000dfe586bd4c152ee00d269263d5ecbe261755a680c5070c9841f 0.05 MB 106 293
153,477 153,477 000000000000055cd4f99d28bb30d43e7b72df1b863c861908d11a8ae33dc2c6 0.04 MB 95 81
153,476 153,476 000000000000069a671e795f8d6fc41b67b775f873e52f2a5434a4d25dee49f1 0.00 MB 1 0
153,475 153,475 0000000000000df0c93a31108c560c194a2905b5eb28acd8754d78ef41f7dc89 0.01 MB 34 392
153,474 153,474 00000000000008b0bfd0d67178dc914d73e28791b11e81a35fe93d422f7bb943 0.04 MB 92 59
153,473 153,473 00000000000004e7877912f365777b64f648b8bd6d4667446862295080bd5b4a 0.02 MB 27 58
153,472 153,472 0000000000000072276f41aa58592e01a0b4ac2d50d22241998f51cb984cff0a 0.05 MB 158 1
153,471 153,471 0000000000000b94b80f4b30c03cdcbd56aa40cac22e7683cc6376187fe6fba9 0.00 MB 12 12
153,470 153,470 0000000000000475ed3be9ae964e8557be82001e7170b07b5c0ffd33cc45c644 0.02 MB 47 78
153,469 153,469 000000000000099088ac20511045eaa14ca7c96276caf88114b5a1794f0ffd4a 0.02 MB 40 359
153,468 153,468 00000000000000fc78e4f97e007ced4bfeede128f6bce59e8cb300d108d7c92a 0.01 MB 30 79
153,467 153,467 00000000000001f62d651504c11d2b2ab8cc12a7d0d37c67c937ca84df678d6c 0.01 MB 43 84
153,466 153,466 0000000000000193c52216f71a79e1312cb08693f60804c8efb385b921507a02 0.05 MB 85 178
153,465 153,465 00000000000005896ae422ea59f36236b36ef46c01bd9ca1e3849c53e68f59f6 0.01 MB 21 8
153,464 153,464 000000000000082e306f35451f71d28bf969f8f5d583252d0737d8190d01d88a 0.04 MB 107 61
153,463 153,463 0000000000000506c03d797da8d0a652a15d14aa3e109e1762f243e020d0827e 0.00 MB 14 77
153,462 153,462 000000000000045c5a1c8207507f50861028c0ef5f4e8d1b1f863467436534d3 0.02 MB 73 44
153,461 153,461 00000000000001e1f526269904e606ba635947b13c2314197f8933d68ebee938 0.00 MB 10 0
153,460 153,460 0000000000000ae6482457f51af5b438b8b82690d3d30e9b23cc54b0e48ad8df 0.03 MB 83 77
153,459 153,459 00000000000006d3d53740ddf8dfa28ddc6768a3613ef5d533bff95160c4f183 0.01 MB 17 125
Previous 10 blocks ↓
Total Size: 769.04 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,627.09 GB sent, 93.10 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.