Memory Pool Memory Pool Refreshing

1,797 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,786 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (14,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,067 893,067 0000000000000000000161e5897dd14465b946e2264da897f18766bf40ce1b95 2.07 MB 805 2
893,066 893,066 0000000000000000000162a8323f14b520db71f2d65efa83844342b450d5c9b9 1.91 MB 2,886 2
893,065 893,065 00000000000000000000306b5c7642d075d1369fc4bfdf247035458ed1528827 2.01 MB 1,116 2
893,064 893,064 00000000000000000000537447fa2b7bf34b503e9f72552928b4ae77d06f12fd 1.54 MB 3,563 4
893,063 893,063 00000000000000000000170ee1ea99d3d44bea3e55d502f67bea3cf3b4d4917a 2.01 MB 1,527 2
893,062 893,062 0000000000000000000095e5b0fb5d939979120a531eff8ceab16886cfb2871e 1.67 MB 4,055 4
893,061 893,061 0000000000000000000068f243bdfc435308471cf6dac54a3bd5bbea1727670f 1.60 MB 3,536 6
893,060 893,060 00000000000000000001ead89a40384272766b8cac99d07da8ff60a28391427e 1.54 MB 2,240 8
893,059 893,059 0000000000000000000097fe83709e5eb24e4c63fd3a79d5605197cb0a302158 2.03 MB 3,676 2
893,058 893,058 00000000000000000000b362d7d170b384af0189bc6aa72fc6904845c7376860 1.77 MB 3,983 5
893,057 893,057 000000000000000000003d805087ae0ab2cea6f32af64bed3da57e118fa7f680 1.58 MB 4,405 4
893,056 893,056 000000000000000000022726c30ee8b7f927d78bb9efe7f149087a13ae341224 1.61 MB 4,153 2
893,055 893,055 00000000000000000000aea88ff372262afdf078be763eb96a735f35d41c0850 1.58 MB 4,351 3
893,054 893,054 00000000000000000001e4f3cae1e6b28e8cf74381fb78f769e22328bcdda28a 1.66 MB 4,224 3
893,053 893,053 00000000000000000001f6602431b8d3ed68f22536b5a1d018b002269deb23a5 1.50 MB 4,512 5
893,052 893,052 00000000000000000001650207054334d05349006c89367bef2307269ae1b2b6 1.51 MB 4,054 6
893,051 893,051 00000000000000000001bdc7953e18a1c1fb8859dfca0149fb26ccdb201c8573 1.57 MB 4,405 4
893,050 893,050 000000000000000000004642cbabbb627ca2b13f1be59542368b0f197ed2539e 1.68 MB 3,900 2
893,049 893,049 000000000000000000006e68d72407fa6b367d0b1174c90766bfd7861dd4d35f 1.56 MB 4,755 4
893,048 893,048 00000000000000000001118060aa80ec574b3a96df781272044ce2be681c0d2d 1.58 MB 3,577 2
893,047 893,047 0000000000000000000227952a3e75e3f45878565c7c46b6d5f0c2d2cdc23d68 1.46 MB 4,163 4
Previous 10 blocks ↓
Total Size: 769.10 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,629.13 GB sent, 93.41 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.