Memory Pool Memory Pool Refreshing

1,480 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (695,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,937 211,937 00000000000001f7c897802d87dfaec088ffacf18fab644ec077c6dfc61362c8 0.20 MB 349 138
211,936 211,936 000000000000014fdec0fccaa91ba7915fc0bc5fc102e351a8b134c5ae00d40d 0.08 MB 178 161
211,935 211,935 00000000000002c17618cd5bafa42e5417dcc536dc8aa6a0b6212a3f845885ee 0.04 MB 93 184
211,934 211,934 000000000000040f48772dc78307b9fd0b2d7c4982a2098b35dc08a6cfba81d1 0.02 MB 43 215
211,933 211,933 00000000000001c658541f967ccfeb13e7d66ed4829aacc4b806f0f719377021 0.05 MB 95 115
211,932 211,932 000000000000012259a2567878c4ed0422ef877619e08f44e9a203a0b912c27f 0.09 MB 197 164
211,931 211,931 000000000000043b48eedadcda0e0fdcf6be0cefca5bb6071aba24f4cc5bb0ef 0.10 MB 249 162
211,930 211,930 00000000000004f55e4dfb974d90f46e2281da3cec1d8f13750ebb2b352bbbe7 0.13 MB 211 121
211,929 211,929 00000000000003505a1ec581ab3c5aff42987d779a67ca349e9a6cbe1bfd3dcf 0.05 MB 154 218
211,928 211,928 000000000000022f91c75c17ceb76156c3f312710637476d1391be78f323ad5a 0.00 MB 11 482
211,927 211,927 00000000000003f780947f2c159f220c8278744de5d7905f3806f96307657c84 0.11 MB 284 165
211,926 211,926 00000000000001c81841053d2e644f695584f0ecb1bfb9753a1036049cac4840 0.09 MB 215 161
211,925 211,925 00000000000000eac516926169242bbda62d921316affbbb361a8514735ed26c 0.18 MB 363 105
211,924 211,924 000000000000001b6eb24fce853fb6e7ef9f7e534d52cf9ad19f64d0498d6681 0.06 MB 130 121
211,923 211,923 0000000000000428abd2cc457194e8fea5668b492250f709cc3d61570346f9a3 0.24 MB 640 193
211,922 211,922 00000000000004bbd17dd951cbd3bac5793bb9297230a2ffe14ab807810ba585 0.00 MB 18 156
211,921 211,921 00000000000001a824deeb43258bb6271e8e10539dc64b212196ff5d5721bab6 0.31 MB 672 132
211,920 211,920 0000000000000169bca13621fda5d4a146fc0699a8fcdae96703cd6c4a59d3dd 0.19 MB 311 114
211,919 211,919 00000000000000e99f82958348b3ed7c0b384562cf5b53acd0050cc086bb0c2c 0.07 MB 160 151
211,918 211,918 0000000000000170f6df92f7c46bc28e08bd568bfb59cc9ed14741117573d4d0 0.42 MB 782 152
211,917 211,917 000000000000048bb0f79b673e0d61bd5c7ccea38d62517c4645741870d4f50a 0.08 MB 170 117
Previous 10 blocks ↓
Total Size: 769.23 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.75 GB sent, 94.07 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.