Memory Pool Memory Pool Refreshing

4,952 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,424 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (398,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
508,878 508,878 0000000000000000000a57fcd82ab46821ac0d0bf8a8c52f7438a5d0642fad56 1.59 MB 579 9
508,877 508,877 00000000000000000046d27854e8b9b2bafa4e16394f7e0afa65cd3d8bfb062b 1.00 MB 125 11
508,876 508,876 000000000000000000154241a10118985b9959b22d5f2bd3ddb59bb6d005823a 1.02 MB 422 22
508,875 508,875 0000000000000000000cd76f526bd4e65abcc0346b3b26e8afc4e4288f26fbcc 1.12 MB 1,993 37
508,874 508,874 000000000000000000077991c716b44360a8434f95f1d512e795e398e297344e 1.16 MB 2,417 132
508,873 508,873 0000000000000000003b6abede32528ee22e1f6c23d86adbf3430431b4515bfe 1.04 MB 966 11
508,872 508,872 00000000000000000049c61a25e2faaf77447972a253b5992a3f4a931d128a84 1.09 MB 2,556 140
508,871 508,871 0000000000000000005c91cf447511d0e7e44be382ebe618e176ea32a96328b4 1.00 MB 470 4
508,870 508,870 0000000000000000005feaa2d5bd154a8178150ed072a10bf63738f6a02f5cfa 0.14 MB 320 92
508,869 508,869 00000000000000000026a09b2acf7119767b97ab59d629a932cd756abb01e60e 1.06 MB 1,852 65
508,868 508,868 00000000000000000057ae83a119c0db5757bb49bc16073d2cb2a8bda35375db 1.11 MB 634 20
508,867 508,867 0000000000000000005ef2bdc34baac64d1f51e209554202c83fad1f857619d1 1.00 MB 111 5
508,866 508,866 0000000000000000005f77cd56f745937cd8d674c4d9f269390a072c1c9abf06 1.08 MB 1,576 62
508,865 508,865 00000000000000000006fe3659cadbc2ff713f56beea183cca30940bacd4e96d 1.53 MB 227 9
508,864 508,864 0000000000000000004bafd166104303dee8605cddce25b803b07c24216095e6 1.01 MB 271 13
508,863 508,863 00000000000000000014745f5448b3b6b2cacd37955b47ba5e0fe9aefc0a58a1 1.03 MB 686 25
508,862 508,862 0000000000000000004d778f578887a22de2b841cfdb494b0616836141429cfb 1.32 MB 413 14
508,861 508,861 0000000000000000004de6a74c4185d0d4eb0812da676d1505bdfb36f7f48a61 1.17 MB 1,133 40
508,860 508,860 0000000000000000003a34613d49ae78e4c233ad7ad016cbfb43c5dd9f00d738 1.08 MB 1,574 55
508,859 508,859 0000000000000000003e8f8a6cf637c5d4e584b17fb1db71ff181144ad6ba928 1.02 MB 387 9
508,858 508,858 0000000000000000005de7cf8d7c127ba9283628385c4b45142c64de14ee6e5c 1.01 MB 384 14
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.