Memory Pool Memory Pool Refreshing

40,761 transactions
32.84 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,255 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,347 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,254 (423,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
438,863 438,863 000000000000000000aac64450471fc4b6242a9eec5cbb58480c7b6bb69ccc1a 1.00 MB 2,074 60
438,862 438,862 000000000000000003b92cb68de66f34f1ca5cec5bf90130b4a2f91eb4e81c35 1.00 MB 1,321 34
438,861 438,861 000000000000000001d8bac35bf247ad69e873b9b3df3bbd5d40be1aee5de43e 1.00 MB 1,865 50
438,860 438,860 0000000000000000028ebafec7bddf214aef66b599740fb2b07a4002eb54127e 1.00 MB 2,210 73
438,859 438,859 000000000000000000641d2c7ee77bfb071145b02d6bafbb31271406fc3bb40e 1.00 MB 2,384 72
438,858 438,858 000000000000000001ecd95ed8848c690edcf94bac57c422d664508be809243b 1.00 MB 2,471 63
438,857 438,857 000000000000000003bb420b041c632c533f8cfdec74d73a30eb42d0b1b787c5 1.00 MB 2,395 82
438,856 438,856 0000000000000000022d3d3abec8aa58a6f196710a1797444b285347512d959a 1.00 MB 1,127 28
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
Previous 10 blocks ↓
Total Size: 684.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,360.07 GB sent, 102.68 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.