Memory Pool Memory Pool Refreshing

3,687 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,879 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (7,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,922 899,922 00000000000000000002016135291b2b68a1ef5930c155b266e489624eb00bad 1.64 MB 2,650 2
899,921 899,921 00000000000000000002190b59cc69e60308ab70b82e21ce6cb03699b4c74cb0 1.58 MB 2,065 2
899,920 899,920 00000000000000000001f24b521d6c209045011d3f1a178e858ac46679687c9d 1.52 MB 2,111 3
899,919 899,919 0000000000000000000097cfcdc4c99cf0ea4079d69c4cf1500fce884b5a81ba 1.58 MB 3,627 5
899,918 899,918 0000000000000000000083f790393088b1c3bea1af45daa546cf551657e1025b 1.44 MB 2,993 4
899,917 899,917 0000000000000000000113427b6168221665493690f1cb866aa6aab6d9aa06aa 1.34 MB 1,703 3
899,916 899,916 00000000000000000001b06f2c7816507500657a15966657349769cf0cc1be6d 1.52 MB 3,087 5
899,915 899,915 00000000000000000001239b9b03681b3ab46ee69e6ce8cb43cdc1748e11f6bc 1.45 MB 2,633 4
899,914 899,914 00000000000000000000f6776974241d331e3e6798c2f971e31def69cb2acc8d 1.26 MB 621 2
899,913 899,913 00000000000000000001e7dd648ab746a2d81fd6dc771939f9676a2300803956 1.55 MB 3,747 5
899,912 899,912 0000000000000000000217740ddb9f26ee549c70399ac327e3c714f630688aa7 1.59 MB 3,585 5
899,911 899,911 00000000000000000001cc66476dda94eec1d0e89369f496559ece73246351be 1.64 MB 3,616 6
899,910 899,910 0000000000000000000116db324da463611d4c5e2aac0099b22a1c136aafaecb 1.65 MB 4,117 3
899,909 899,909 00000000000000000000612e4be29795548f8a88d03649f4fdd2f4628ea26ba7 1.56 MB 3,929 10
899,908 899,908 000000000000000000012aac823ebf02494919ac2963c624b40fc0ba73d7a52b 1.66 MB 4,516 19
899,907 899,907 0000000000000000000135ab7fb9d45cc6bad336dbcbc64148617f0858c715e2 1.53 MB 2,788 3
899,906 899,906 000000000000000000010032a2ed05c6b9a8fdcae8b977ee904c52ba6fba0ff3 1.46 MB 2,774 3
899,905 899,905 000000000000000000010a770c219f4dff76daca87015484be154a76513f565f 1.44 MB 2,242 1
899,904 899,904 000000000000000000021f8b6610d72043ec31de50e50de0a65dc2d384d36022 1.40 MB 2,070 2
899,903 899,903 000000000000000000021427b3d17f74673c768019fb59cde4bf0967c6156cb5 1.57 MB 4,077 6
899,902 899,902 00000000000000000001f0493f1412cf0d7014d2cffed484c581017a62b539f6 0.77 MB 810 2
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.