Memory Pool Memory Pool Refreshing

9,532 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,111 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,512 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,110 (17,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,837 890,837 000000000000000000022938c7946675c89a4e6bd4263f315075b3893d367772 1.70 MB 5,037 1
890,836 890,836 000000000000000000008cfacfcb4b9fae727c493f32de1557ccc5cdd7ff8e22 1.64 MB 3,646 2
890,835 890,835 00000000000000000001c43ae00e21296517e2e0e1234305234a593acc2931c3 1.81 MB 1,971 2
890,834 890,834 00000000000000000000a69186d852d9ad3a08af805661e9d77760e0facf4c99 1.43 MB 1,106 2
890,833 890,833 0000000000000000000197e76ce3cd57556d7d778afd563b8c051cdfe01fa2ed 1.64 MB 3,190 4
890,832 890,832 00000000000000000000bf2ba8f030a6258e0bbe5fae720d2806b92043bf1a4a 3.50 MB 569 2
890,831 890,831 000000000000000000016ccae6f8ccc4cab78f7553a88c89501cbbcf83f35e75 1.69 MB 2,281 3
890,830 890,830 000000000000000000001bff16eac8d290aa232882f06f9f72dca76876bae759 2.08 MB 255 1
890,829 890,829 0000000000000000000011f04a7468ea1f93b57bf0a5c457bb80901cbddc3265 1.72 MB 2,125 3
890,828 890,828 0000000000000000000224f2bd0cdd98e86d775913fbf98e53f3928522b35a79 1.76 MB 1,470 2
890,827 890,827 0000000000000000000038fd01da74656464f4629da44ada14820af273df4679 1.98 MB 1,139 2
890,826 890,826 0000000000000000000009cc963bf53eb08acc688b956267514e98baba2dbcb5 1.58 MB 2,572 4
890,825 890,825 00000000000000000000198fcb4b9495e29b7838caf71b9f60a39db75b4d5a06 1.70 MB 4,631 1
890,824 890,824 000000000000000000014861d4c0ad3b246393dda60338683090c6ba24be6596 1.41 MB 1,779 3
890,823 890,823 000000000000000000014f717e637085e144ec58700538a7fbe850aaaf49b62b 1.74 MB 3,222 7
890,822 890,822 00000000000000000001e382c4cc5cae100ec3a0d57d662cd4efadccf82b4dd5 1.41 MB 3,385 1
890,821 890,821 0000000000000000000070fefdb7bacc5708d162a53a1b04e54a1e67be5afece 1.68 MB 4,092 2
890,820 890,820 00000000000000000000f76e926d2048188af85351762db569722f916f7b20c9 1.58 MB 2,228 2
890,819 890,819 0000000000000000000199362630de9af781852fdc07aaddf513242703d2f8c4 1.76 MB 2,632 4
890,818 890,818 00000000000000000002114a66f4b7edd85cb120443b37275a9ed449e630b9dc 1.44 MB 2,331 1
890,817 890,817 0000000000000000000125b8db2d102dafd6659d0409786516d690d2e7cb6f61 1.82 MB 3,032 11
Previous 10 blocks ↓
Total Size: 769.75 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,679.62 GB sent, 96.67 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.