Memory Pool Memory Pool Refreshing

2,573 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 2,557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (697,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,680 210,680 00000000000003b6f18c9de3ca4171f42f9ec9bd5995a48b083f3dabb465b66e 0.13 MB 340 191
210,679 210,679 00000000000004aa7e71bc7f71a8d80dd0a737f83e2e0698b916e0c3c08b8105 0.05 MB 150 86
210,678 210,678 0000000000000360401a119d3eccd32f3c3a6aaf129d15f266982da92191d14b 0.00 MB 9 301
210,677 210,677 0000000000000073a06e64c28402f8cd09800734afe0763f76e70b16a339104b 0.07 MB 172 155
210,676 210,676 000000000000022f66040e671aed8da73aca326c18a9143dbd4f389e8315133c 0.07 MB 157 185
210,675 210,675 000000000000015d0c26b26d66977aaeb6e53cdf194c110f0a2860ccbb7cec09 0.01 MB 28 134
210,674 210,674 00000000000000c4759c4c17302cec4039325aadebf3b8f93c1e1c8b8555cfac 0.02 MB 51 69
210,673 210,673 0000000000000203ecede248387253224010ae26efa5f5f8eae3c92def325922 0.04 MB 58 155
210,672 210,672 00000000000004bc88add99203d4997edaabad398122e78f2ac8660b6fdc0e46 0.12 MB 325 165
210,671 210,671 00000000000000e2f6af7aadc8e03bdd3e7dc8fe191aab43adb81ad9e3798c2c 0.03 MB 64 113
210,670 210,670 0000000000000144e7016b9bf477cdb3d7278b9d9b4be54352fe47407703f7ff 0.08 MB 223 172
210,669 210,669 00000000000000268885ede5e7f3cba8e9766ab3977cf6bfcba8ba24473eb510 0.00 MB 14 37
210,668 210,668 00000000000003418738833d75d17465418bda742c375f6ef4dea454022ef92c 0.00 MB 1 0
210,667 210,667 00000000000004dc5289e7355b8e1204a78ada7fc2e5bdbee8f81b90cd477eb8 0.00 MB 11 145
210,666 210,666 000000000000044e99d903f0ecf772c26637f8ee42499e9405c72d181193348e 0.02 MB 43 161
210,665 210,665 00000000000004254f3b624fcac23d6e9ad956b14616b7fe8171a78a887cab09 0.15 MB 238 98
210,664 210,664 000000000000003d1e2e56e156f12f0dbea1e7cd5a40d32b204de17e5e112a21 0.07 MB 186 163
210,663 210,663 000000000000014331d7941ceabcdf58fe2a879fefecb839669e35ef960f73eb 0.21 MB 728 225
210,662 210,662 00000000000004104bb069ea9b517457fa1223c38abaf2067f1844a5893ab9e2 0.04 MB 114 249
210,661 210,661 00000000000003f357a59f8dcde1dd035eb6abcc7e86648f303b6efcdfb23a5f 0.04 MB 140 188
210,660 210,660 000000000000005bfb3caaa2bb77a9546c34d88c35544efff319c2b72141dc5c 0.12 MB 287 145
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.