Memory Pool Memory Pool Refreshing

4,447 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,273 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (816,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,942 91,942 0000000000025760a8aa0a4143a1a85be103acf4d5e36a19e890efaa91c8a6f6 0.00 MB 1 0
91,941 91,941 00000000000817f57727f9f48baab5a7b0fbf5e79f21c51d7b01cb1652f3029a 0.00 MB 2 0
91,940 91,940 000000000000004fa1186f88c245f89757b74b7ef1fa87302ab340b635686c1c 0.00 MB 3 0
91,939 91,939 0000000000032faea12e944fab1a43f000006c85f5b3c6a77e67ead0f8b5776c 0.00 MB 1 0
91,938 91,938 0000000000036885112bd944f646a3ec4a1ca0b729be54c8cefc67dddfaef077 0.00 MB 1 0
91,937 91,937 000000000000753fa60e20203fe29f8fbdde30876b113e443be8dd5ccc492cc9 0.00 MB 2 0
91,936 91,936 0000000000025afa4cb60ecee34631285d6e550f401e5147e048b4d023cf36f1 0.00 MB 1 0
91,935 91,935 000000000009a22e254e64135285cac6695ab519edbd4edf395442d1c2f09867 0.00 MB 1 0
91,934 91,934 000000000001343d725d748199f793a7fb7fefa733d9ac74c3541e96895acee9 0.00 MB 1 0
91,933 91,933 00000000000d1f7cf6d0f479aabdb7dd5ff7c69aa72bb46672f0d0de877897dd 0.00 MB 2 0
91,932 91,932 0000000000008118200d1d49eb912f9550afee9e20b302a83c1eaae81d8ac7ac 0.00 MB 2 0
91,931 91,931 00000000000aba39d05f2c46915454742f6cf6adab768a681269e7be89790501 0.00 MB 1 0
91,930 91,930 00000000000b69e5020c20adfdc270f8ef4b14edf4cc9115220f3291b0eade3f 0.00 MB 1 0
91,929 91,929 0000000000041ea416e79f8bacc292b62f85f0e165f0a245d10ba70df603b1c1 0.00 MB 2 0
91,928 91,928 00000000000dd48bbef7407bb5f316c4535bff154b56d6be602a1298de842f27 0.00 MB 3 0
91,927 91,927 000000000000151aa758f3384b461760e5c6180e81695913e85a901fb5880604 0.00 MB 3 0
91,926 91,926 00000000000a3ed3f4a9451189f74da6d4e38591ad1ffa319b2b7a8d3849672b 0.00 MB 1 0
91,925 91,925 0000000000016080177e3446d5de909f7e1af4ea938d001d7049ac9d64dca7c6 0.00 MB 1 0
91,924 91,924 00000000000548384fa4cf2c0794c72ed68095df6dde9f47e3218437f53935ca 0.00 MB 1 0
91,923 91,923 000000000007fd783d2521b2008666ea0f5aff8c05c348f7f9b016b6679ed4f8 0.00 MB 1 0
91,922 91,922 000000000000ef092f739c6d49794897079b4ae6cf35794563ebc70c5f4e4a01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.06 GB sent, 100.75 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.