Memory Pool Memory Pool Refreshing

7,754 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (17,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,942 889,942 00000000000000000000b334752e6978e60449beeda11de8d830764c189f410f 1.23 MB 1,277 1
889,941 889,941 000000000000000000005d190bb25af35dd015f580c0319b4503b96883a9cdbf 1.64 MB 2,850 3
889,940 889,940 00000000000000000001d2c8399a74487515d01b0f7bbfe7a9db636cee426df5 1.70 MB 3,064 4
889,939 889,939 00000000000000000000e6e5c2d21b488b843e50dd1c02c81a64d4a88a44b41e 1.34 MB 2,160 2
889,938 889,938 000000000000000000000d0b9164a37504a57dcc4223593c997a71cd5a680832 1.60 MB 3,719 16
889,937 889,937 00000000000000000000bee152979e341012936b8f18f189296cbfddee2e6559 1.45 MB 2,904 4
889,936 889,936 000000000000000000006124b51a84a3213fabb03efd786118361db34bd93395 1.55 MB 2,423 3
889,935 889,935 000000000000000000012f574add0edec874e6903c812fe64ba3296b7107a5a1 1.77 MB 1,371 1
889,934 889,934 000000000000000000020396d94c01ba7c703692320a88e053c1abb0fe1f3fba 1.44 MB 2,520 3
889,933 889,933 000000000000000000005c2645d1682b8778230244130b95f567aeff887bedc9 1.63 MB 2,508 1
889,932 889,932 000000000000000000002596eb960f87c1bc93c96654b563be1cd2f2bd54f733 1.54 MB 3,050 3
889,931 889,931 000000000000000000015b9ee49eafd812234a95659394329c996d4928df5971 1.89 MB 199 1
889,930 889,930 000000000000000000003015133fda62656f0c0fb00e47d98802b619c1687381 1.56 MB 2,304 2
889,929 889,929 00000000000000000000434392d282e2c94146fb7a92be9c7ceb62826f32f10a 1.87 MB 3,115 1
889,928 889,928 0000000000000000000071851392322aea2c5223e1b95519ec81a4baa49e5c35 1.75 MB 1,646 1
889,927 889,927 00000000000000000001bae942c103eb980305b3099e7362ed1a434779d2ce8e 1.54 MB 1,888 2
889,926 889,926 00000000000000000001882c9638adb0e4c0b7b34485308ec7afbc8c0969b9c6 1.42 MB 1,438 2
889,925 889,925 000000000000000000026d3a1032f8c8b0d8f0748592a8976f357798779ba5a6 1.50 MB 2,548 3
889,924 889,924 00000000000000000000c2d4d03306978d5d4d4ee45d564dc4f28e400308f581 1.32 MB 1,331 2
889,923 889,923 00000000000000000000e2593e4aac379fe3a5d431a3fe3b117d78376e823b53 1.61 MB 3,340 4
889,922 889,922 00000000000000000000330fa37653a114ac119fb276fdd4e0c5818a6a8ec5f2 1.70 MB 1,581 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.