Memory Pool Memory Pool Refreshing

2,201 transactions
5.74 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
908,354 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,142 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,353 (895,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,835 12,835 000000008224356042ff553eea4de43b2534460cfe5eb3a3f1cd49cd2af53d2b 0.00 MB 1 0
12,834 12,834 00000000d126d34374091d7272db5911108f46d1d341aa28d90f96d8929d1e22 0.00 MB 1 0
12,833 12,833 00000000aaa3aa918d204d64e67db211c3ab052ad4651e30b478b9603a272eef 0.00 MB 1 0
12,832 12,832 00000000f931a1d1a0e76e21202e98c93f17d2aee5b64427c88dca60f10d6198 0.00 MB 1 0
12,831 12,831 00000000a5ca8f3ceba14d8be865992150952426c76faff8196b0c338cdd72cb 0.00 MB 1 0
12,830 12,830 00000000a0146b4e30aecc737ba17214792bb1b51c1e856980f4eca55924d2bf 0.00 MB 1 0
12,829 12,829 0000000077a826e17e841198b0f27743ee3035fa202b3031dd406c5923864be0 0.00 MB 1 0
12,828 12,828 00000000803dbfbba6e03b0441ff4e59c98e7a3beaa60536ba48a12941e95539 0.00 MB 1 0
12,827 12,827 00000000e2bee6fb3cef083317be7990649687d1c132e6da8402be602739e540 0.00 MB 1 0
12,826 12,826 00000000c86b1293c22f3bb4f94e6af9492e5709bbaacc31ccb45be5657d5751 0.00 MB 1 0
12,825 12,825 0000000021b7b5079faa20edbafdeb31692c020c11a4d444ad610e7479a9b215 0.00 MB 1 0
12,824 12,824 00000000b1c432145842e0451490640acf7119fefcbe443d73e942bc0f542507 0.00 MB 1 0
12,823 12,823 00000000c773f11fc5b9e8e44b5b6b0b76155fdeeae497d7769a7ebbbc4b4c03 0.00 MB 1 0
12,822 12,822 000000005c86cd87f1dd4fcd40dfd66ada50c4366eabd39ac8e85787596eed48 0.00 MB 1 0
12,821 12,821 000000005fb1f49bf8dc1c1819107c303d48fd5d91c2a6ce7b9686f612e42c72 0.00 MB 1 0
12,820 12,820 000000008454532c94b5d0aaf8fc83d2e3ccfa23893aa58ed3b86ac8ee914f28 0.00 MB 1 0
12,819 12,819 00000000b8e760dec831cd795cbe4cd591962121fe00b5732b2b36f25de60ede 0.00 MB 1 0
12,818 12,818 00000000bc8c83e5f08c0aa41191666f8f92be6afb814cffd58084a8909d517e 0.00 MB 1 0
12,817 12,817 00000000bc74116e15633846ffb88c101296bac55bda82cabf9a831ce79f6565 0.00 MB 1 0
12,816 12,816 000000003461468c7409108b649962427dd7c1414eb9ea94504929c7a40e8ea1 0.00 MB 1 0
12,815 12,815 00000000fee03042fe35a332d7b3929b3b31e6ba63f84e43f36078efaa7373f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.33 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,702.02 GB sent, 98.86 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.