Memory Pool Memory Pool Refreshing

471 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
908,601 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,600 (829,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,858 78,858 00000000001039add6fd737a3e1d84bd3ee13457011f5588afc90907be7c971b 0.00 MB 1 0
78,857 78,857 00000000000ca298e76f5c72ce453eef26ef94e56fbdbd72750737d71536b07e 0.00 MB 1 0
78,856 78,856 00000000001ad095c4c1cecf5efcfa1c83045c3b3634c93cf0eb610ea3a5bf86 0.00 MB 1 0
78,855 78,855 00000000003d3051ef0830e1dca8ed6363717c19bbd88b62e35c9bfe7a54f01c 0.00 MB 1 0
78,854 78,854 00000000003c1bf37409536d207fc7a601b52b83bcc6476648048fd576f05734 0.00 MB 1 0
78,853 78,853 00000000001b295ac37b04bb686f5f1dafdf371bcbbc992780fb0fd353d94fa1 0.00 MB 2 0
78,852 78,852 000000000056d3c5679b06a095b45600bcb1c62fa07571b6d9cf0aaf873724f7 0.00 MB 6 0
78,851 78,851 000000000031bb9f2233b81a41bcbb4c6cef2c2609a58a31dcfe0d5163e96cea 0.00 MB 2 0
78,850 78,850 00000000004ebd12ccfc0b3e2377a514d3f52bf6a7f6360b384380c0ff47aaca 0.00 MB 2 0
78,849 78,849 0000000000545af76e30c1566b4797d42c4f0c3f33b0f7c4a7825be615b764a1 0.00 MB 1 0
78,848 78,848 00000000001a9cc6383b8c4d26af559624fcab0c20fd555947ea976d7bbea696 0.00 MB 1 0
78,847 78,847 00000000003fe231f6836db38bea8646096dd006423c71a7b958f74a3b5607b7 0.00 MB 1 0
78,846 78,846 000000000002f3fb56a35a4b904dd14b04a45ff72aa2237eb650c11cf73858b2 0.00 MB 2 0
78,845 78,845 0000000000503c12a0d64d99f3849b51117dbc117769c69065d254e0419ad390 0.00 MB 1 0
78,844 78,844 0000000000110d99f5cc9e9c10bc19164d5d0a8ded97731e47231ac3afe713f4 0.00 MB 1 0
78,843 78,843 00000000003690d57b2b990847774d407bcb5b9944e10d7063f4a47e9565ea92 0.00 MB 2 0
78,842 78,842 00000000002621334e705b0566c627e9c89815991d8a867c024450afe582829e 0.00 MB 3 0
78,841 78,841 000000000001d31d667a5e4221cf6dbd3d7920ad9906ca0cda2534f9f7886c72 0.00 MB 1 0
78,840 78,840 000000000054b89ba0819440dff79e4acecf55a2b3e94ce834c9c321b2fd95bf 0.00 MB 1 0
78,839 78,839 000000000029448f836d34aa886800999ae569c424b30bef1cb799d8b06eb7c6 0.00 MB 1 0
78,838 78,838 00000000002428ec676023618aa7771e42d1488964116bc8c01a5bfeae2227e0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.52 GB sent, 101.03 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.