Memory Pool Memory Pool Refreshing

8,313 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,969 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (804,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
103,913 103,913 00000000000240dcb352764bb3b5b9892ff7adf8c1cf41ebe3ea9c34e2bf4eb5 0.00 MB 11 0
103,912 103,912 000000000001d76b8736aaabaf9ef236f76b674c2ec3185a3ddee3d592a93b50 0.00 MB 7 0
103,911 103,911 00000000000371ddba105b923ebef8a0bd3f899eb59c81a59e0e657e82b17fa7 0.00 MB 8 0
103,910 103,910 0000000000018a761743b2780df51e4161a7530bc824c1c2cc0a9389d9f6a41b 0.00 MB 7 0
103,909 103,909 00000000000078c5abdbc73b04b7a39d7f5e74fc1e62a230e629e828df76b1ce 0.00 MB 5 0
103,908 103,908 000000000000f538af0a4a2817dd823657e5e3e0b76932a9988d0bb12ce09da9 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.