Memory Pool Memory Pool Refreshing

8,765 transactions
4.12 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,467 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (677,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,531 230,531 000000000000007b9d2722d31040f3e7220a10cabdb71e14a7c0d7dd90fb5c00 0.25 MB 784 391
230,530 230,530 00000000000001eb1ea83a2ec5b698c01cf32ce4fbecea9632074d340cd22fbe 0.25 MB 701 156
230,529 230,529 00000000000001da1b87d94edad5f354146740f1ac1a96f30a316cdaee42f369 0.25 MB 589 585
230,528 230,528 00000000000000520fbdea663d4474435cb024ed3edc42d99fc2fe680f83a3a1 0.25 MB 178 75
230,527 230,527 00000000000001e318bfe001596b1e48ba023a130cac561266daefe0b3821fee 0.47 MB 1,108 168
230,526 230,526 00000000000001f63aed1d91ef4355495c31b0cd0f4ac0dfd940f0bc86e942bb 0.37 MB 749 107
230,525 230,525 00000000000001e322aeea41086618e67c021088d1599bb863430bb6b1422b18 0.24 MB 279 75
230,524 230,524 00000000000000f0e4223780527d28e4ecb447bbca4bc3ef58b9ae15fb7ca25a 0.25 MB 664 205
230,523 230,523 00000000000000919153fd764ea0d93bbe0c04311889c7e7d80542c8deb245c4 0.25 MB 347 95
230,522 230,522 00000000000001714a7648e070d1616bc76e235afd4bfddaaa2a5614b3a1233e 0.47 MB 920 123
230,521 230,521 0000000000000220cbc9ec4cdcaa4645c591e6b7d2aa1a7196e16ab66615fb9e 0.25 MB 837 273
230,520 230,520 0000000000000174518ff4ebee53e10a30000c0f109f1c8967d46e466eaf481f 0.00 MB 6 0
230,519 230,519 00000000000000a9c73abbb79ad49a57d8e0f3b39687b67a1701ae986e40b726 0.25 MB 806 205
230,518 230,518 000000000000003cd8020291d801940c7521d8f88956477aca2ee026937e6c00 0.25 MB 423 56
230,517 230,517 00000000000000364a7420be038b3695a5d99de86d79e9ad41bf9c4ddd348ec8 0.12 MB 286 141
230,516 230,516 0000000000000106cc5055ec9a84a4e5a7d528fbc59116cc6c81c52ed5418770 0.26 MB 634 144
230,515 230,515 000000000000007edc2166a4576266ba3eed9e83d30ef2d2bf0a1a5a3da2d0ad 0.13 MB 298 136
230,514 230,514 00000000000000847df933a0c0aa88fd6235c000ba5f477ffa0a99b378731249 0.16 MB 340 161
230,513 230,513 0000000000000045a3b35ca6d6aed8b791814b03ab2b28914489f85c59b46dda 0.36 MB 661 137
230,512 230,512 000000000000013d81162e5eab32db314c15a783b6416f1fe42d2331096eb71e 0.47 MB 1,175 201
230,511 230,511 00000000000000f95e88cb4577912f53b9ed52c4e184ec620ed6c2dca2e0d256 0.14 MB 96 56
Previous 10 blocks ↓
Total Size: 769.03 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,625.18 GB sent, 93.02 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.