Memory Pool Memory Pool Refreshing

97 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,986 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 95 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,985 (2,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,877 905,877 00000000000000000000a564028aa1b676f0fd0fd118e9c7d64c982f71079ee5 1.56 MB 4,388 11
905,876 905,876 00000000000000000000ca097700543ac20aed2868bb9be03494be19468b19e1 1.41 MB 3,020 18
905,875 905,875 00000000000000000001d29957d49365f60b4f4090eb90df2b539d436038eb0f 1.33 MB 4,037 7
905,874 905,874 00000000000000000000b7b78db2808e2518debed4c2079af76c55e5b0b1d66c 1.57 MB 3,388 10
905,873 905,873 00000000000000000000e1900bbe2a79bc7d28020238ca03791d83d36ee2c9d8 1.57 MB 4,182 12
905,872 905,872 000000000000000000008345f52cd2f7d4faad0b57e58a45a8686bdbfbefceab 1.49 MB 3,530 12
905,871 905,871 0000000000000000000079008e8524ae5f795e7b1445b8c239a54b3f02767ac4 1.43 MB 2,794 18
905,870 905,870 0000000000000000000070c1840225620a408a38e2958d28756181e09cfd38d3 1.57 MB 4,216 8
905,869 905,869 0000000000000000000237271461b7bff849ff34de82be7eb48af61e7e46603f 1.52 MB 4,316 11
905,868 905,868 00000000000000000000cd25ac235ff5682f8ef1cc21527348727a62e5763e1f 1.42 MB 2,818 18
905,867 905,867 000000000000000000002392c983d8de4453985153cf816fe9378ad93f708f5c 1.55 MB 3,007 5
905,866 905,866 00000000000000000001e651a704d1210d7a64adce7b48bee83d5d4988ebf233 1.49 MB 2,754 3
905,865 905,865 000000000000000000021b53ba7811fc4d6579e7ea101dfb7755359cb3ccc627 1.54 MB 2,697 4
905,864 905,864 00000000000000000002301d8657b3c6272d100a0e847c743e16f9f2fe78e53b 1.58 MB 4,033 5
905,863 905,863 00000000000000000000d3ca1e7ba168ae16aecf32abc688b0edc8d31df28569 1.41 MB 1,959 2
905,862 905,862 00000000000000000000492058dd21f074e1e7b429e63343390a2c3b8447c546 1.67 MB 3,613 3
905,861 905,861 00000000000000000000714b37c0d1d534e976eee4f39c0440c2ed5bcc13894a 1.59 MB 3,270 6
905,860 905,860 000000000000000000014dc7996d1510c232900dda735e13a43b9e3a29529108 1.52 MB 3,126 6
905,859 905,859 00000000000000000000b46be5f2cfc2f43edfbf793c047f47a4d5cefd1c6c95 1.63 MB 3,460 4
905,858 905,858 00000000000000000000c01736e368c637bf6abd8e2df7713a75df686fc13ed3 1.61 MB 3,598 4
905,857 905,857 000000000000000000021e4da58ea63f112cc1cce87eaba4d5ccff348bf110ba 1.67 MB 4,152 4
Previous 10 blocks ↓
Total Size: 769.52 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,647.49 GB sent, 95.53 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.