Memory Pool Memory Pool Refreshing

4,854 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,095 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (791,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,927 115,927 00000000000080f129893f4e539f6fe9efc8bfe05e623892e462bb54cff17223 0.00 MB 5 0
115,926 115,926 0000000000008f7a1fe753c66a13844015e85a3cd869b09e9879aeceff475527 0.00 MB 4 0
115,925 115,925 0000000000003f4c1e9b2811cc6fc365acbab720e73f66bca9f0cb56e86ef645 0.00 MB 2 3,891
115,924 115,924 0000000000000d247424eac2961279de5a4fb52a2c927a0aa216b242643de4d8 0.00 MB 1 0
115,923 115,923 000000000000a7f8891aba4dc2d167352d5fce5909f13aefde1556ccb69296ff 0.00 MB 3 0
115,922 115,922 000000000000803e8f70fcc320e609533cedaeddd21b7bdd9822da4d0f234389 0.00 MB 7 552
115,921 115,921 000000000000b13c7621fb6b66d9d9a09f3b392e645d6c868df9f2e4f710c6c4 0.00 MB 6 0
115,920 115,920 000000000000edb62fc2484db5a6e35b412736b313d927394153f39f904ff2ec 0.00 MB 1 0
115,919 115,919 000000000000deb7091c05f8a8ebdefa092abd1212641eac8e91e89676f93857 0.00 MB 1 0
115,918 115,918 00000000000033224ccadc0c8dc3c179bc42bc9c87a3d957e2b2494cf2cdf90e 0.00 MB 9 995
115,917 115,917 000000000000dd31534cf6a9e0e8ef6705f5cb769a5143082d18f7f954b1ccfa 0.02 MB 38 383
115,916 115,916 00000000000056a5607865518ee8c01c790009b5308f857d60ece05f57c6c9ee 0.01 MB 14 462
115,915 115,915 000000000000ea48cdb32c61b2236bde5e3629da5b2d47aabab94393d595f4cb 0.00 MB 4 0
115,914 115,914 000000000000f23bee61063b77e7651319670b1a84f9e2bb373f85f49ecaba6d 0.01 MB 4 1,029
115,913 115,913 000000000000053a0b8c49d8306140666565668d08c4e3484c907c8609007a52 0.00 MB 3 0
115,912 115,912 000000000000445f329c221384f02246ffc80432397cbb919b26db8bc0d833b8 0.00 MB 3 0
115,911 115,911 000000000000326c656f63bcfbd9d70beab2b44912aec98ed21fb3ac49bbcabb 0.02 MB 8 1,117
115,910 115,910 0000000000005cf065f597adc7b0ed20a5f7ef95cd184865a06f780f1f4567b0 0.00 MB 10 0
115,909 115,909 0000000000003e62e8895c29e5e41db04838ebbe44c59852bf5dce36e71dca52 0.00 MB 12 656
115,908 115,908 000000000000c9f0de48034f0813a59fd5e8c627b037552f0b1cebceb95dacd8 0.00 MB 6 989
115,907 115,907 00000000000036aed1843a444610ccb9ef57672ba1e49c7ca942df64c4bb602c 0.00 MB 7 542
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.66 GB sent, 93.87 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.