Memory Pool Memory Pool Refreshing

2,725 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,230 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (743,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,967 163,967 0000000000000affcd3185d1085bbca49823aa4b8272c56886a4b3d842d212f1 0.01 MB 21 734
163,966 163,966 000000000000018ce8d230e42a8cfefa703bbd3002848b093028cda44646c12e 0.00 MB 3 118
163,965 163,965 00000000000008e4b1c3924bd7b4babfb2d3332ac72ad68454936d3080ad0996 0.00 MB 10 483
163,964 163,964 0000000000000754cbfb19d9000ba667942a9a06cf3c66601f6d8dcee8368756 0.05 MB 123 23
163,963 163,963 000000000000079bae4b877ad3810f03db249a6f239c2b69c18d44c141c470ee 0.05 MB 58 77
163,962 163,962 00000000000009da5fa5692900d1bd0687dfe203aa13397fd32cc9bf3541728d 0.05 MB 117 65
163,961 163,961 0000000000000967a3be8544f120116a25544fffedab29ea6f7e67372dee0fff 0.05 MB 79 44
163,960 163,960 0000000000000a44ec852378cc0ae63d42e60c85f2ed05ec5c74434d75ea8246 0.01 MB 14 452
163,959 163,959 00000000000004674ef53d36420f6d523a1c686a329f2a487011f2a75af334bb 0.07 MB 133 292
163,958 163,958 0000000000000cb5dde7b9a93771e581ab43f963a8fa433b487a1339a2c85cee 0.02 MB 54 128
163,957 163,957 000000000000035136f68c41d400dd951f53713c7c3fa3d00c7662af1a26c917 0.00 MB 1 0
163,956 163,956 0000000000000ab4fc10b4cfbf818329c86674ef84d95f1d0262b5c6ff04c1ca 0.00 MB 1 0
163,955 163,955 0000000000000c37fbf62a5256151c8266f3a14618b0e52469338dc13460fe60 0.02 MB 65 54
163,954 163,954 000000000000046b061b009956acda1da227a4d5aba943ac785bbfdc94b14dc1 0.00 MB 16 52
163,953 163,953 0000000000000a9cf280fb44c2116999b55c3aca3a1c64e85fdc5fe702eb6ca3 0.02 MB 16 206
163,952 163,952 0000000000000582f3d79852a92783336fbaa4e21290568901d2aa4e10a466f9 0.02 MB 45 182
163,951 163,951 00000000000002e8b69c567eb5c9a7c8b1f6a5f01a772a0be55d910d54052718 0.00 MB 8 61
163,950 163,950 00000000000006267e3f0fe2de1910a8741f7400d0518c7f98348125d27d44c0 0.00 MB 3 0
163,949 163,949 00000000000002c337134b826dce226063f9a1239d9be04e7d7cdabebeb95c9d 0.01 MB 30 161
163,948 163,948 0000000000000bfbfceeb3ded5ec5bd1c736338d4011a0768cbf314f09b63d15 0.01 MB 28 214
163,947 163,947 00000000000000c1074fb70fa82bf2a7967c479e007eec75733b507389c8804a 0.02 MB 47 251
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.