Memory Pool Memory Pool Refreshing

5,382 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,798 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (100,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,495 807,495 000000000000000000033fa08722ad52152b0d815c71086dcb605c2b674a817d 1.79 MB 3,252 16
807,494 807,494 00000000000000000003b526579b8039927d602f9747d2b783aa28de10880b2a 1.48 MB 1,331 17
807,493 807,493 00000000000000000004c3def89e08875f4a13844b3111e9eee730fdcdc96452 1.25 MB 1,447 20
807,492 807,492 0000000000000000000380084ff1525662fc244f0fdcf9899af1ce254bb58648 1.40 MB 1,831 20
807,491 807,491 00000000000000000004af5b6ec927ddd9c70559f7f1e8001ee4a1ead773af6e 1.45 MB 2,221 25
807,490 807,490 000000000000000000010c7efffcedb7bbb9526b5af077476f2a003b3c7d30fe 1.53 MB 3,138 24
807,489 807,489 000000000000000000030d647243ccd4172444f7c410a07130a6b1d5c92b3a0b 1.61 MB 3,426 24
807,488 807,488 00000000000000000003bb161f2bc3651232b9bbe8c78d838297190bcea47a02 1.55 MB 3,558 31
807,487 807,487 00000000000000000000c5f15991730be80aec2aa703b1fc49bbd8be2ce2f535 1.53 MB 3,133 33
807,486 807,486 000000000000000000034ffd34913cbdafa24799598285bf1acce49f8da97a00 1.66 MB 3,163 27
807,485 807,485 000000000000000000051c467fd2d90238851f5eef1df99de10c5122de0a5d64 1.52 MB 3,328 39
807,484 807,484 000000000000000000042e661b9241089467e35cb3e7c68762178aec064870a8 1.59 MB 3,425 27
807,483 807,483 00000000000000000002463dc3e19898fe74be93b69c1d9e71d02b5a5dbc1f24 1.39 MB 2,396 34
807,482 807,482 000000000000000000009db86c91ac3ce9cab592e9dd067674099d65f5131f6a 1.70 MB 4,246 21
807,481 807,481 000000000000000000044aaa119b55e0dfee385d11f8845a203b75db5fe7e03a 1.89 MB 4,623 20
807,480 807,480 00000000000000000001c7e19aac0af2a1be7398bf4410460191a970ff8cfe1f 1.43 MB 1,662 16
807,479 807,479 000000000000000000024acc778607b326bb5061c6c0b4115cadd6e83db37305 1.75 MB 2,277 16
807,478 807,478 0000000000000000000008e71db504a3d8d0acee8ef05d8481482adbc5e7744a 1.61 MB 3,701 25
807,477 807,477 000000000000000000011029809bc9727da4bbd31cc075a34cd6e2f132234e46 1.53 MB 2,785 18
807,476 807,476 000000000000000000008bbcadcf30305d9e4c279ba594591c83405006f2e8df 1.58 MB 3,539 31
807,475 807,475 00000000000000000000d5a570d9814b536ce3cf791dfe56c35032ea8ade0e65 1.64 MB 2,894 23
Previous 10 blocks ↓
Total Size: 769.30 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,642.61 GB sent, 94.42 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.