Memory Pool Memory Pool Refreshing

1,029 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,025 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (829,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,865 78,865 000000000010239ee77bdc53e26949019c476c1e84095dd3562cb867fb150f4e 0.00 MB 3 0
78,864 78,864 000000000038050d6ebca29b4e51df50015411b137da5d218c2be974424f0a7c 0.00 MB 1 0
78,863 78,863 000000000018bde90965eaf4805cb088b9c8001b5f8e82f191bb1695cd6dbee4 0.00 MB 2 0
78,862 78,862 000000000048ebb0df2ad77bfd5412a634ac1c23ffee63bcabffb54fd863b3f8 0.00 MB 2 0
78,861 78,861 00000000001b78eb10b1d264a5682a4a9997d3b7869caa64b905d18e3635da40 0.00 MB 2 0
78,860 78,860 0000000000210af9dd1d5c66bdb1e587224ba9be723ad181e545b8e7da84ea0a 0.00 MB 1 0
78,859 78,859 000000000033ca5238e0ad38766a57b1a0ec0c5057e0a8ebc9c882492a05ff76 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.