Memory Pool Memory Pool Refreshing

32,992 transactions
19.91 vMB
Show Random Selection Loading Transactions
Max Size: 95/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
887,652 0000000000000000000282810000000000000000000000000000000000000000 ago 1.00 vMB 3,940 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,651 (663,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,852 223,852 00000000000002aebb3bb016c780f304f004c308256a629b506917c93e2701b7 0.25 MB 526 163
223,851 223,851 0000000000000281b587fefc21079830c41b4aa612c0c1ada2237876d3b02bfd 0.25 MB 485 152
223,850 223,850 000000000000020e0e5d32b455a944b184eabed003ac031ee0295967d17fafc7 0.25 MB 776 282
223,849 223,849 0000000000000342f01eca64cd1ad739012e5a52b354f8d20be708e33a5b3748 0.00 MB 9 0
223,848 223,848 000000000000024cb94a91e4cdddbb53bff5517fb3a01b64377eba6aae599c5b 0.12 MB 256 217
223,847 223,847 00000000000002012f6eb5c6fe41da2d6ab4846167469f7688285d67a2ec1136 0.00 MB 15 29
223,846 223,846 000000000000033c93fb179b270bd13a4b95cd2b1b5a82e0173edf18bb47cb6d 0.44 MB 512 86
223,845 223,845 00000000000002c5b77ae8abb82ab3a886d0e7243fbec30ce5e793ab63ec6337 0.25 MB 732 267
223,844 223,844 00000000000003c55da4b3f9e9aac525e6d655564a98a4596b791b84b79a2686 0.25 MB 742 329
223,843 223,843 00000000000001f791df10d7c156fb1db9b725dc9389d03435fd3a6189b5d997 0.03 MB 64 94
223,842 223,842 0000000000000213b1f1eb6fe2f7374840c781d8108d27f5e52deb5276a68a25 0.19 MB 128 76
223,841 223,841 000000000000004400f2f4fd2f30215348aa068ca2d0b958f12b7f25db04e96e 0.12 MB 246 168
223,840 223,840 000000000000009696bb787837afba113c6e71897dc42ace3aebb2848c7735d3 0.25 MB 331 128
223,839 223,839 0000000000000202fe00d980a2ac86ad5990a5d5151b7055f4e08ed60e6b7a11 0.25 MB 469 191
223,838 223,838 00000000000001d0ed35a6526c9712adcea28c0cfeb21c24bb366707c32db6e0 0.25 MB 166 89
223,837 223,837 0000000000000148e5860d43502b772a79654c77c5b5e259b3ebdba9cceb6cc3 0.25 MB 468 221
223,836 223,836 0000000000000166c01f3ba9f293d59398dbc3d955227e2aac9c162e64ba5f40 0.25 MB 388 146
223,835 223,835 000000000000000755e35106d99299c4a7c562810b8dbe64936cfff57e958f27 0.25 MB 554 182
223,834 223,834 000000000000035caadffacc8bec10ef1ce32e405e569e381a8a7c827ceb752c 0.27 MB 256 81
223,833 223,833 000000000000023873230683abab2dcab8b7c0fd182c003ceff057296c078dca 0.25 MB 541 192
223,832 223,832 000000000000009b1ee8f3797e9433920cce4990e9f84b6e385dfd81e0d1961e 0.25 MB 679 275
Previous 10 blocks ↓
Total Size: 733.60 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: 2,876.98 GB sent, 129.44 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.