Memory Pool Memory Pool Refreshing

6,264 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (781,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,940 125,940 00000000000018afd798a709b70cacc0d83d4ca5d3b9fee9b7c3accba8b0398d 0.01 MB 26 420
125,939 125,939 0000000000004463245c33b936118082fda60cd12f9069c0b84d5784016ee15e 0.01 MB 52 2,248
125,938 125,938 00000000000001306f86e2853423e434b3b52e414aa3ff26c7e0ed4aac1e5f58 0.00 MB 6 1,674
125,937 125,937 00000000000025235bf04c3df8c5d502aad0cb506411bc4054919d41b6c5a902 0.00 MB 4 0
125,936 125,936 00000000000042b7596e831a184e31a29ad087515a711d8d58bae6831223bc7d 0.00 MB 6 1,638
125,935 125,935 000000000000263b07f1c4865366eb9525f1f663b5b24a4d408f718db92a39e3 0.00 MB 12 338
125,934 125,934 00000000000002de6ae03832dd4edb57f59eb62a9c76f4fc1bbc323b6edf499b 0.02 MB 18 1,183
125,933 125,933 00000000000010057d6a23c0f85272d6c397e00fe7a294f7dfff03f46765f83c 0.01 MB 15 497
125,932 125,932 00000000000024826b429cbad9e4809df464eacee1862a2ef9488f673d84074a 0.01 MB 19 917
125,931 125,931 0000000000003b044cbf6ccdea904416b7236610ad6fbc3bdb91c2d975100c2c 0.00 MB 6 711
125,930 125,930 00000000000018e3d12bc6518f5ac58c7c35ec977bd4d47f8afc3315468d3943 0.01 MB 43 248
125,929 125,929 0000000000000e6297ca52faee4676fae575905220cd7ab619dc9eedeec3c0d3 0.01 MB 16 643
125,928 125,928 0000000000003034778c385cc26e7b95d73d71d534b1d754540b3090579858e5 0.02 MB 33 530
125,927 125,927 000000000000208a9226530eab2b3dc49c39054d1533f6153c164060caf4299f 0.00 MB 7 0
125,926 125,926 000000000000096c6e94dc2803d11faf0f8f1d1ffac02fb8b9a057093ed5f27e 0.05 MB 128 1,381
125,925 125,925 0000000000001f857e07bc9203b15a8d472c18fe977763f8e9760cbe7d861616 0.00 MB 1 0
125,924 125,924 000000000000096f85922ab2555044f45dc01b4e0d177b1b83003341dffc0c21 0.01 MB 28 658
125,923 125,923 00000000000040fb9caf1a9bc8b8de4b3f55bb0f31faaae7c2e69cdc4edb4804 0.02 MB 38 580
125,922 125,922 0000000000001168d8c91b130b6e44ffc5f936d6d5c344d01756e26d3313b112 0.00 MB 1 0
125,921 125,921 00000000000001ae61b7d58f4359c88888f7db0b423fd73da843a5d9dd1633ea 0.01 MB 20 1,366
125,920 125,920 0000000000001e84edb57fe140ba3c23b76c1dbb2ad5ff8ce98b416e5b0583b9 0.00 MB 12 762
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.