Memory Pool Memory Pool Refreshing

5,325 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,698 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (746,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,268 161,268 00000000000004894d69f9214a0d19d5272ae498d403cf3c48bdfa10895db49b 0.00 MB 11 0
161,267 161,267 0000000000000318ef76c5515ada5c2a372733104828a2ec956e8812ebb307ab 0.03 MB 66 60
161,266 161,266 0000000000000d65eded25b0662515e3195d08d1ac6024c30d93970db115ada8 0.01 MB 28 32
161,265 161,265 0000000000000b6b4af986b5c110aaf6aa0ba76be0232c8349d9c76613e4666c 0.01 MB 33 19
161,264 161,264 0000000000000ad207f41505f292cc3d2e3aed05a6c89af262b5df1baa82b22d 0.01 MB 31 83
161,263 161,263 00000000000003145c3a5ff0bd20a94323fa83c2e0e0cdca5ca218df2ad412fc 0.05 MB 49 47
161,262 161,262 0000000000000df7c2cb605e8827e8c12f85754e8a80afa8f45e584240dd1b35 0.00 MB 10 69
161,261 161,261 0000000000000acec15a0ba63447f75b6e97d88c55826e2b3d200686c0f7cff3 0.01 MB 8 73
161,260 161,260 000000000000045f4989307f17af755087f740883cb0294fb7cce3e81b5299aa 0.00 MB 1 0
161,259 161,259 00000000000008bc40f40d98c721de9cb46fc7198384d769fdbaa3490f1f0f08 0.03 MB 59 12
161,258 161,258 0000000000000c67db5689c727fe0eb0c02bf1787d32409359dc2cd379d4f603 0.01 MB 17 0
161,257 161,257 0000000000000630ced635100000ece3d599246d25c70180a47d4e166fe4f5b3 0.03 MB 27 273
161,256 161,256 0000000000000b2302d8267583bb98c80e6e141b983d3cc22ce4ef280da4ce04 0.02 MB 31 87
161,255 161,255 000000000000063aebd0d02c7eba8b7594d999958549c4330ff5e7e97dd78f54 0.00 MB 9 297
161,254 161,254 00000000000006bdbc7fa65ddc34dcd9c32693f4c1c81eab8e46249e9a1445e6 0.03 MB 59 196
161,253 161,253 00000000000009b9c073418470dd2cd2d589689e5fddceacd0797907eb8f2015 0.00 MB 12 0
161,252 161,252 0000000000000c1effb2399a95ab64eaf482a7d559559f56b82fd03da0c51da4 0.04 MB 43 168
161,251 161,251 00000000000002e1ceab62976194c9bf32ecaf5f2171da2ec702a64aea720540 0.05 MB 123 131
161,250 161,250 0000000000000c0aed6ee495de036c8689427fc5639b0597b1eeede15136d3c6 0.04 MB 83 101
161,249 161,249 000000000000042288fd0ed787fe9aca17a4cc4616e046718bdc7fc3d5b6de94 0.00 MB 3 96
161,248 161,248 00000000000002bc0537bf87675dddb08cdd74224243c28351850de61aa9ccb4 0.01 MB 8 278
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.