Memory Pool Memory Pool Refreshing

9,837 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (177,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
730,099 730,099 000000000000000000002e3e93ee8310d0b9e6d0d7a33621a56e390f2d74e71b 1.50 MB 2,331 8
730,098 730,098 00000000000000000000fa4f870a7f3126cba0e8eb1701c221c6fda97a4516e1 1.39 MB 2,224 15
730,097 730,097 000000000000000000032240497ebdaa0425e1a10198eff5b065ac7472982918 1.44 MB 2,581 17
730,096 730,096 00000000000000000000f49775353521cc80138a39f67d7f9883c07f795890ab 1.54 MB 2,967 21
730,095 730,095 000000000000000000021716fd92669dc0fa5980da506aec14bb2b27732382cd 1.37 MB 2,235 4
730,094 730,094 00000000000000000004e46b4ff5f59519cba303d5495a32bad69acd15284be4 1.49 MB 2,643 18
730,093 730,093 00000000000000000005d96ae27efca91568826634d174823bc2112187a1a650 1.65 MB 2,232 8
730,092 730,092 000000000000000000016ea973793513e1640358446e7db816383aad9528a46e 1.49 MB 2,804 6
730,091 730,091 000000000000000000019989404f5b318da9fb698ff6ad767088ca8a1df9001c 1.45 MB 2,957 17
730,090 730,090 00000000000000000009bc8a84347520959ffe8eec1bec839e599eae107c1e4a 1.38 MB 2,551 18
730,089 730,089 0000000000000000000378e409615a13695bbc1c8656e0e3df5e3949bfa257eb 1.40 MB 2,794 11
730,088 730,088 00000000000000000007185c9a417ed995dbf8dc958a09ec0beeb4b023677fba 0.28 MB 647 11
730,087 730,087 000000000000000000029aab62939e4f5ed3f0900119d0010a95865986807586 0.80 MB 1,267 9
730,086 730,086 000000000000000000029c1c3ec2047a78f3ebdfadf3d77e7473fb5ad4e7da72 0.26 MB 350 7
730,085 730,085 00000000000000000008bbe56c75b1d7464226f3441a6ecea39ffa3e0dc0ec35 0.21 MB 447 13
730,084 730,084 000000000000000000020dd90925ad260b97cd573a3bc14f4d014268a4de759d 0.53 MB 743 12
730,083 730,083 00000000000000000003f5da6c86cf3b14e483004efb8440df1060259038cf47 1.15 MB 593 4
730,082 730,082 00000000000000000004401603150c09cec6ed86a2ab43b000ea3b947c915c93 1.59 MB 2,420 9
730,081 730,081 000000000000000000043a953a2ea720e193110fb54626e17d64ab8f9daef2d4 1.01 MB 1,891 11
730,080 730,080 000000000000000000058963845eb3a4354dd7a348cafdee9fa9e51427f218d8 1.05 MB 2,197 11
730,079 730,079 0000000000000000000049a0797146718e47f84957a0757ee41a8e0fbc21de6e 1.21 MB 933 6
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.