Memory Pool Memory Pool Refreshing

476 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (75,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,837 831,837 00000000000000000000d24d9399a8a2babbe69b395633346820db09bb0fc7aa 1.51 MB 2,932 33
831,836 831,836 000000000000000000025a8c0d5324afa0ed07b86c14882a7c9df99652340cc1 1.66 MB 3,076 33
831,835 831,835 0000000000000000000357e0ab766ba2b919547d1ba81743acfb783884fb5fa1 1.58 MB 3,690 27
831,834 831,834 0000000000000000000326a1026fcacdd81ada9fb6a4da031f6bb2bccc24e12e 1.66 MB 4,097 33
831,833 831,833 0000000000000000000061480bf17d1fe20427188f189f998dfb07d50ef554dd 1.73 MB 4,438 39
831,832 831,832 00000000000000000001f0dc7060508dea43f3c8f10b3a54b865abd378f4e704 1.80 MB 4,843 39
831,831 831,831 000000000000000000004d60da3f2eb89682be87f69082c0f01af3d7d45f1950 1.77 MB 4,501 56
831,830 831,830 00000000000000000002f53c7a4b9c5ce8f28476c9006418ad7afb5e46060d64 1.83 MB 4,873 34
831,829 831,829 0000000000000000000171228bce01d84f61e06083aacfba2328c10d737e8823 1.75 MB 4,840 42
831,828 831,828 00000000000000000002e16402e8a173a3ad538731a98fd69a77b1a613fd9557 2.02 MB 3,901 17
831,827 831,827 00000000000000000002af47a830d3fbc4c2459026dd52d88eae5f0609263c20 1.99 MB 2,528 13
831,826 831,826 000000000000000000018d062a628446bd6b9203201ebde0eb72bc7cfdbd83a6 1.48 MB 2,923 17
831,825 831,825 000000000000000000005c1e7271e3165cb28bfdc7b42328187e1fc3ee8b2243 1.65 MB 4,110 21
831,824 831,824 00000000000000000001168bc5d1180b8a5281b3d32f444d8ea89b8ead7ff926 1.58 MB 3,469 23
831,823 831,823 0000000000000000000159cea4e78229ccffab8ecfa94354729ee2b0c52b7a3f 2.80 MB 1,572 12
831,822 831,822 0000000000000000000073ba2e8904b107ab159f8bebec6757ea5b7ab0966047 1.62 MB 3,560 15
831,821 831,821 0000000000000000000226c38a2ef87df9b0501583907c49708d0ed66482632f 1.71 MB 3,696 15
831,820 831,820 000000000000000000032157b28c8156986b794cbc8d7a3daf3e776ca2b6c2ea 1.55 MB 3,383 21
831,819 831,819 0000000000000000000251c16608128a279c79be931261b9473c6364cecda941 1.69 MB 3,883 18
831,818 831,818 000000000000000000014eb6e8c4b6a6ca56a404c33f5646322b9aeacfdf2ea3 1.49 MB 1,095 11
831,817 831,817 00000000000000000001bb4b9bc200eea87d553604a04f5fb4c0dbbafcaf226f 1.57 MB 2,981 17
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.