Memory Pool Memory Pool Refreshing

9,235 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,763 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (430,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,830 477,830 000000000000000000511e5ea1ce1525b8bd0d96f4ed8d7df312dc4601ee8082 1.00 MB 1,735 159
477,829 477,829 000000000000000000eb6fbdc266cbeb8a2db48acebabb3700547dbecb42889f 1.00 MB 2,031 187
477,828 477,828 000000000000000000065153afd06f05bc1771f699765009185e46f4badc219f 1.00 MB 1,810 157
477,827 477,827 000000000000000000dd0f2c286ceb98e4bbe1889fb014d5b5b43c4fae3b92d2 1.00 MB 1,814 169
477,826 477,826 000000000000000000699ff94a6b298d86707a71a9869fbca9c250ed47ac6ef6 1.00 MB 1,777 143
477,825 477,825 00000000000000000051bfa09b2cec3ca9fe7eecd15f3213732893ef0b3ec161 0.77 MB 1,064 136
477,824 477,824 0000000000000000004150905a25b59c02ca79578906c6539eaa9c33938ee9d0 0.77 MB 1,675 77
477,823 477,823 0000000000000000013fe2cd0ccc7a0c4b5f08b1dc0a24265624a364545ef5fe 1.00 MB 1,868 152
477,822 477,822 0000000000000000003a9a4900a3082e2f4c221d0f906a134821f7fcbfbc95e1 0.00 MB 1 0
477,821 477,821 00000000000000000070210f719d5033829f5e4e17aec45c0cce384b7399676a 1.00 MB 1,932 100
477,820 477,820 000000000000000000a4b32c5f02950364b64b7e706785b5e39b5330b2a1cd2b 1.00 MB 1,956 111
477,819 477,819 0000000000000000012a3a7c81ff8b7374e09de372783f4a6226cb1340c6b434 1.00 MB 1,590 125
477,818 477,818 00000000000000000001e6ceb848caf167123acd4f2be02ec218012b09099d4e 1.00 MB 1,855 153
477,817 477,817 0000000000000000011c0b188f73b76488f73f3a33c740e66707573eb8df349a 1.00 MB 1,965 206
477,816 477,816 000000000000000001034ed4348472b25bda9a6f6d0fd3fa6fef5abe3cc4601e 1.00 MB 1,532 149
477,815 477,815 000000000000000000b24661d5dd268b634a6a9cd5d464985219d4e005bb42fd 1.00 MB 1,914 165
477,814 477,814 000000000000000000954a32419147e2f87e6afec97324b5e8ca97e916ddd47c 1.00 MB 1,051 160
477,813 477,813 0000000000000000003ef11eb6b1607d4c25707860d2d9874bc71152c94c5936 1.00 MB 2,328 241
477,812 477,812 0000000000000000012a1179ead0ceb778baa38639c49056558b2e2d1133d50f 1.00 MB 2,186 51
477,811 477,811 000000000000000000c22dbc419ae155c6b205c50601215c1aaded53b63c8cca 1.00 MB 2,110 71
477,810 477,810 0000000000000000012c28408a34da6912457c1783d2ab9b2e4bca674f9b5b88 1.00 MB 1,730 119
Previous 10 blocks ↓
Total Size: 769.28 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,635.61 GB sent, 94.36 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.