Memory Pool Memory Pool Refreshing

688 transactions
0.21 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
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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 662 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (469,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,855 438,855 000000000000000002f59eaebd82915f63a8335a76a6c13d6b170928c352fed8 1.00 MB 2,109 63
438,854 438,854 00000000000000000275a10e8cad9c2716dc17d1900c0990c14a4f7aba16a1ea 0.11 MB 244 67
438,853 438,853 00000000000000000096dea093632a765fd443569aaa44dfb50ec712a74b3605 0.34 MB 723 58
438,852 438,852 0000000000000000040b904c4304e45d6e5b44e79403405a9cc150a09497191d 0.06 MB 162 69
438,851 438,851 0000000000000000011055c73165929cfd690c9ee678eda3b771d5423c9b23ff 0.58 MB 1,250 58
438,850 438,850 0000000000000000007f73009a16adbd8f19eb8997caba8678a4123b8a98ddf1 1.00 MB 1,056 30
438,849 438,849 000000000000000002cbae2d9cf229d31144bc9c6b29300b62ecbc461fe98568 0.13 MB 106 17
438,848 438,848 000000000000000000f34832c4454add35afa1136c63f1769ef577161d798f5c 0.99 MB 1,374 36
438,847 438,847 0000000000000000002bf5880ad54706c3ffa6b1e4c3dff7700bcc99ae2c5a89 0.99 MB 437 10
438,846 438,846 00000000000000000422ca06605d8eb5957b865dcab77abb38f02a397bad81b9 0.99 MB 866 22
438,845 438,845 00000000000000000438810624e45a5d58661cdd2504913a8243fb8b7c431b5a 0.23 MB 485 71
438,844 438,844 0000000000000000021fe2f3ce2ba35a9bb05bdfbaed48109d8221e6f8014963 0.45 MB 989 59
438,843 438,843 000000000000000003e63459db0763ce3da68979b7f0d751241262a1945f9e83 0.99 MB 952 27
438,842 438,842 000000000000000001143fd7023db3161bb5f1795890a7bc04a071c97045c769 0.24 MB 619 63
438,841 438,841 00000000000000000231d4d4005568eb09f07feccb8b930b7478efe0284773e4 0.34 MB 875 63
438,840 438,840 00000000000000000015717e14a7a4d64069fbf150c129958e13438969833d78 0.96 MB 1,097 35
438,839 438,839 000000000000000002b6426adb4b7264fe6f7e803834ac355f5bdc42d3219700 0.99 MB 1,338 48
438,838 438,838 0000000000000000019f7d9dda51c79b646a3e728dc0aac50994f614d90c54b8 1.00 MB 1,384 36
438,837 438,837 000000000000000003e460c239d24760e9ca421742e338d86efb3306b07f9cf0 1.00 MB 2,298 71
438,836 438,836 000000000000000004495518e349dc558e12451b48784d829fc3ad35a6873295 1.00 MB 2,812 76
438,835 438,835 000000000000000002a60eb7acf7d42958bbd7100b8da78c9b2e2d6fc39bfcf4 0.16 MB 306 56
Previous 10 blocks ↓
Total Size: 769.52 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,647.51 GB sent, 95.53 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.