Memory Pool Memory Pool Refreshing

2,838 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,833 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (648,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,213 259,213 0000000000000024dd3586e8c27ac8c26d218129c68860ef9c94b8d406b7a204 0.36 MB 909 96
259,212 259,212 0000000000000016ac54c3cc4e82bea4e7cd14ac6944ff7e4dd39744f72ff819 0.02 MB 32 3
259,211 259,211 0000000000000021bbeb5849da0a5568aa0bf9c854935df04519569b244f1975 0.03 MB 71 17
259,210 259,210 00000000000000017fbe3fe99af47f5aa1d27ec85f8223652386b1286699d088 0.10 MB 188 101
259,209 259,209 000000000000002388c5af1abc538b12d220740a8fbf531c64df58b4efc3735a 0.39 MB 890 113
259,208 259,208 000000000000000a4eb1111ef1eb7d473261296082b18b2d1571a5482c66ff6f 0.46 MB 1,086 98
259,207 259,207 0000000000000006389523b2f4a786916068f5a4a16d3d518d7705ce5ff303a6 0.00 MB 8 156
259,206 259,206 000000000000000390d05b3807493fafeeb6d3f1d0ff0f6a26bbb15b6f983cf7 0.06 MB 136 89
259,205 259,205 000000000000002231a4b7726a001a129bdf8384129e434f56d46ce7e8f78ff8 0.07 MB 142 96
259,204 259,204 0000000000000009accf91cd3d0c72a22cbf71ce86a5b2ab793480d45ea42bf7 0.21 MB 553 115
259,203 259,203 000000000000000f6a93a740391a649c7572e768c59c73fc233a7e327636fc69 0.19 MB 237 47
259,202 259,202 00000000000000061f9983fb2c75eecc057b4dbe4afeb0c18d9b2f45dafcba6a 0.25 MB 728 145
259,201 259,201 000000000000002219b531db81229c078010c5fb80970fc8b0729bf97c7f6901 0.06 MB 175 112
259,200 259,200 000000000000001a87a1b4e6e55f7e3225e6a98ff33d3543a8733ee8f0ff9145 0.07 MB 166 101
259,199 259,199 00000000000000090a20f524988194fa00ae0962359e0f1672ec82163bec701e 0.18 MB 328 80
259,198 259,198 000000000000000c26998bd1a06241ffdeac10d7f3973b7ef5fc4a1615b8a879 0.03 MB 49 80
259,197 259,197 00000000000000106d1876c13c2205382469c852441c8e3ce2ff7c8833571f24 0.08 MB 139 97
259,196 259,196 0000000000000011fa6a10b945517137a171484064469d2b206d765309afc115 0.13 MB 279 116
259,195 259,195 0000000000000007bae744bef936b2755b4005a81ff1ce0675ca85d5e4c1576e 0.11 MB 251 97
259,194 259,194 000000000000000bee286c13aec4c01d53364d717b46c5e7a6aa7a1c4ba8dacb 0.10 MB 76 23
259,193 259,193 000000000000000877a67e8aac3e117b1f755d9a63bd2abf166b711995884dbd 0.06 MB 10 12
Previous 10 blocks ↓
Total Size: 769.07 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,628.11 GB sent, 93.23 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.