Memory Pool Memory Pool Refreshing

223 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 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
908,220 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 213 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,219 (804,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,934 103,934 0000000000029715e7b3334df8f281a0011f3be991f50b09bbfe5066fbec5eba 0.00 MB 12 0
103,933 103,933 000000000000f4d08bd05852330334b93b9ad90032648dbc93f4ce3e79af8eb5 0.00 MB 11 0
103,932 103,932 000000000000582fc65c3b63d986515b5020de21d889d1f390e4f58b76be9ef7 0.00 MB 10 340
103,931 103,931 0000000000024bf8ae4afbc672a5631e5eed9922b093ebed023d10b874f062c7 0.00 MB 10 0
103,930 103,930 0000000000038b8d13ab143f209c6bd4b827ede8383f104478005ff81c0c3942 0.00 MB 12 0
103,929 103,929 000000000001337417db6035f095d5e0a8a84910c87e8fb93de83685b187635d 0.00 MB 10 0
103,928 103,928 0000000000004a6fd82730a9b54fc07184beb95cd53d3cebb3e4253521da5fd9 0.00 MB 10 0
103,927 103,927 00000000000198dc68cdfc715684270314f2488781168454a9e2ac6ee22149ba 0.00 MB 6 0
103,926 103,926 0000000000016aa3c14db96ba0dbb1c1837e7ecce791ba4029e420381eb53fe6 0.00 MB 12 0
103,925 103,925 000000000001d06e3853d998e11560e5aba5d375eb45fb3d891f82391a384a4c 0.00 MB 10 0
103,924 103,924 0000000000013f730cff2d69342ba875c32ffa2a35d05b5b8b2b2fb0d697290c 0.00 MB 5 419
103,923 103,923 00000000000036893ef2b56577523bda44b4dc5c5b8928c8035bbb220df53c3b 0.00 MB 10 0
103,922 103,922 0000000000031fc700c018fceb0dea0c4181b7dd6930b08a420361dd7f12cb5e 0.00 MB 12 0
103,921 103,921 000000000001fbd51ac932cf964f3cb7b5ebe3f40ba6999eb0b28767b657e3f3 0.00 MB 10 0
103,920 103,920 00000000000122aef6b11c285bbf1c74f71404e16ca8e51f670365b0cf11c657 0.00 MB 5 0
103,919 103,919 0000000000021e03ed11f7c7ecb39a5cf44d288b7b0782a33f4b1c2e6dcb36fa 0.01 MB 4 0
103,918 103,918 00000000000283e1a07a31112877157f18a10793b5d143a0b71a4c951df48473 0.00 MB 12 0
103,917 103,917 0000000000011a6bc45858b36d3d9f6f41bff0af31161199b0279b350a6e12f2 0.00 MB 12 0
103,916 103,916 000000000000f97057c9cc7a1f8844f705650313e1d724f590124d8a9260cfaa 0.04 MB 16 925
103,915 103,915 000000000000f89935423f53cac7b5f157bd2b4130d4c4d29105cc91e4d0aa27 0.01 MB 22 0
103,914 103,914 000000000000bbd075ce9f7bd6e3acec91e5bbd303b796ac20124612c59f98bb 0.00 MB 17 0
Previous 10 blocks ↓
Total Size: 770.00 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,685.50 GB sent, 97.64 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.