Memory Pool Memory Pool Refreshing

7,090 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,876 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (692,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,829 214,829 00000000000001314048ab40d98d33f83b96f7f9a280a859a1179377c26616e5 0.01 MB 36 101
214,828 214,828 000000000000045058dbf7c680da229d26924bd9dffe1993c0949bdce40919d8 0.02 MB 56 216
214,827 214,827 00000000000001079c5508ea1c16d5ddda134dae922c22801efb6680314b8a10 0.08 MB 234 167
214,826 214,826 00000000000001958743bf7f4df840e2109511d19754b914184213cab06b7c81 0.04 MB 105 157
214,825 214,825 0000000000000486efd057e4dbdb06b74ba6bdffdd6464e842a5861c042fa78b 0.03 MB 84 182
214,824 214,824 000000000000056cf6bdd9e1fedbe6f1eb4daccf4aae166dc58006291176c014 0.24 MB 764 209
214,823 214,823 000000000000014d0233f87816a76d229e80d097a26905ead3de21b1a4ae49fc 0.07 MB 160 178
214,822 214,822 00000000000002a365c4d38b9862f2f84edb700a820f6d552a7e852482ae2876 0.09 MB 205 154
214,821 214,821 00000000000000b960c7a7469ec7e9e7a2f060e70b107551217134f6728ddd0f 0.00 MB 10 15
214,820 214,820 000000000000004ef33c449972b12a6f25d80989322e4617f6b0c316ccca5c12 0.10 MB 244 158
214,819 214,819 00000000000003fb630235e9ac647915c33e1a500a84da79dcd2f90d4cc78645 0.01 MB 36 479
214,818 214,818 0000000000000233efb165962435529eb539979c64799dcabc4852d8ac762928 0.14 MB 318 193
214,817 214,817 0000000000000296825593479f4b0bdf8db76e5cebbda8459b9e45ca6018f22e 0.25 MB 470 130
214,816 214,816 000000000000035c9053257d6fdc1a80a36104a47c78b62fc9e78f545d9c13e1 0.03 MB 64 18
214,815 214,815 0000000000000193e41f03ac640e80f0816ff9ca9c9702b1bc8ea361a8158f77 0.15 MB 379 199
214,814 214,814 0000000000000429fc5dbf81881642332be313a7eae2650080fede71d3580c1a 0.11 MB 256 175
214,813 214,813 00000000000004b52f696c3d00602225d76b5e630617114a7c7736525a27cad2 0.08 MB 127 137
214,812 214,812 00000000000002cd23ab41e573ab944a1ff0f571e03cfdfb4f1dc5117f839c1e 0.15 MB 264 205
214,811 214,811 000000000000029be74c1eb86e67ebbf24098198591912b927dfcc1d76579811 0.17 MB 234 113
214,810 214,810 0000000000000135eabe0e42976dc69babdec58575691d0eb08bfe7a819c9afe 0.05 MB 116 197
214,809 214,809 00000000000004e53722133a73fcbde83c6f204343b63756ee76635e76908ce3 0.02 MB 24 90
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.