Memory Pool Memory Pool Refreshing

3,174 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,645 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,619 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,644 (900,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,836 7,836 000000002b2c78c5e2bfbf4029566dec8764020c0c119d41dd072c95c153eaa6 0.00 MB 1 0
7,835 7,835 000000001e2aec11362bd8db223b1eaf2e910effe00f08a6a51bb7f93ccf9199 0.00 MB 1 0
7,834 7,834 000000008189e520a10e1d736866946b03ad58d2fc24f163c7bb068833ad268d 0.00 MB 1 0
7,833 7,833 00000000c70a65dfe94927d26223f5bfe12b3ed5785d7a47e14a33ab318987c1 0.00 MB 1 0
7,832 7,832 00000000f90e41c414da67dc411da8f4c1352bc4dee14326fc53ed12fcba2a26 0.00 MB 1 0
7,831 7,831 000000005b6e54fed7a8ec63e4d6729fb8cc2af5a006d95614e84290a9723e7f 0.00 MB 1 0
7,830 7,830 00000000c3beb2fd77559d21f21ad9ed394ca108bcb99967a1906c6138a0bab9 0.00 MB 1 0
7,829 7,829 0000000041871aab549b51afde2931eba08ae5aba73ada1ea5a63373805b470d 0.00 MB 1 0
7,828 7,828 000000007a51ee6066c7f7aead11667a3e18a89c4092e3c0a411ad8b758e7226 0.00 MB 1 0
7,827 7,827 00000000a2f327e635d538ea0e9105e929a4f29553a5ed30b0ea004bfb41f536 0.00 MB 1 0
7,826 7,826 00000000aaaebe6b6bc8887aaeeba7c2c154865bf959f0455d57fadfddb60faa 0.00 MB 1 0
7,825 7,825 0000000072f39782b9ae0982ee78f9965adfd9a5b0bd55a22d797bc01d5c4731 0.00 MB 1 0
7,824 7,824 00000000a04a6f1046fc1e5d6c64efa3588ce0b876307f7feb8a2ded024f8def 0.00 MB 1 0
7,823 7,823 00000000490bada37171a9c7e02118421760208dd34822d9abc7521b527d31cf 0.00 MB 1 0
7,822 7,822 00000000310d5e79478ba4c6277b389e0cecf11e2dada61b23b106a8084bddb5 0.00 MB 1 0
7,821 7,821 0000000070594ab7669a36f0e6471f744847fc3d4e52a544d8d72bfe0daa5862 0.00 MB 1 0
7,820 7,820 00000000c8a136677d7bd4f07e8385a1119c387c0899290cf35150272edc054e 0.00 MB 1 0
7,819 7,819 00000000b0e6c4137cb9871d6475750ebf022740b9d2aec4f773ab4994b2d04f 0.00 MB 1 0
7,818 7,818 00000000098e472a1401580c6c70b59a709dc64f248cff7c427e543f8c504f95 0.00 MB 1 0
7,817 7,817 000000007bdbb5218bae7d92b6501db8d01f13fa60f615b820596c4ff598da78 0.00 MB 1 0
7,816 7,816 00000000185e7b91e06f79023ad63b8429e97cd61857ec7d6c8d29f19bb68a71 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.28 GB sent, 101.39 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.