Memory Pool Memory Pool Refreshing

2,313 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,311 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (821,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,674 86,674 00000000000e6e597cc0f70fe994d17e5903a705d90da5301cd8b0d36f373fe3 0.00 MB 5 0
86,673 86,673 0000000000213e6bf5751af9e3f097a7b11b83c9264e17e5a8df17ba0825e56b 0.00 MB 3 0
86,672 86,672 000000000013cf30966b8893fae7931dfe2dd1697472cb2c5da853fb08ca790f 0.00 MB 5 0
86,671 86,671 000000000002336504e152fce77fdd22082e605c0d7fa09e2bc4e887186084bf 0.00 MB 2 0
86,670 86,670 0000000000122dc4da19940f96a068ca4f0e674624984cbf5585af660e06319d 0.00 MB 3 0
86,669 86,669 000000000018873fd6dbddca0b397a7b6f6079bbfe6279b1ba76be23a33fefdb 0.00 MB 1 0
86,668 86,668 00000000000fc69af61e6acdbe6e52f9cc40121630a085094f9ac126363ad179 0.00 MB 6 0
86,667 86,667 000000000027a7d051bca3fa3c7d83c85e413f2c69f6115c0ff7a837325f90ec 0.00 MB 1 0
86,666 86,666 0000000000157a8cd75d1c8c72eaa35b581b2df02f9dbf0ea3a191cba4680f71 0.00 MB 5 0
86,665 86,665 00000000001efa6364d70b875dcd90bd7cebcdf6e483a9d39814b67c8517fb82 0.00 MB 2 0
86,664 86,664 00000000001530d5f6acb192e74b2b7d38c0c6635378e6de16d64d862c36fc8d 0.00 MB 3 0
86,663 86,663 0000000000197c30c2a4ac1ca71bb966b46440070e48cef26c9ac61c368bd23c 0.00 MB 3 0
86,662 86,662 0000000000145a93a7c50baef2f9a6f872dfce89c243bbfb6c2cb5f19e684907 0.00 MB 1 0
86,661 86,661 00000000002d4959569bf5f977bbceae4c414f89cec44a7ad65f7e714ac7c654 0.00 MB 1 0
86,660 86,660 00000000002040891ec020b10b13ce2d88375b25c8e420a70f2ea8c535f16094 0.00 MB 1 0
86,659 86,659 000000000007b5688026448ed2e81ea4a3102b145e81ef01ae5bdbb5d656d0c0 0.00 MB 1 0
86,658 86,658 00000000000fd7ac6b20b51c1ee034e2ca7108f8d421bd0b957a42520ae7af32 0.00 MB 1 0
86,657 86,657 00000000001876a224ce44cc5b7aa53f5b4b6592147fdb5cf461a3c94fa51f3d 0.00 MB 1 0
86,656 86,656 00000000001b5edcfae87fe77fdf0ff6742fcb32f48820653ea8008fa1087638 0.00 MB 1 0
86,655 86,655 000000000018105868ba91876e83e5beac1d2b681b82ffcb838fdc1809ab6a63 0.00 MB 1 0
86,654 86,654 000000000006800beb53f9dd71e880b9664bb7563ad3017c549139f2bc4d80ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.11 GB sent, 99.96 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.