Memory Pool Memory Pool Refreshing

5,919 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,919 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,188 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (693,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,841 214,841 0000000000000079cf04fbe32155f6e4a0fddb55435d3d898562a08014909f0c 0.25 MB 786 196
214,840 214,840 00000000000004fae08912aecde1380e528077f6df928410714fa781268d3fe1 0.03 MB 66 155
214,839 214,839 00000000000003ab89ffd83eeb847d3671993ea5be5ef0919b8a94c48e0546c0 0.00 MB 10 216
214,838 214,838 00000000000004f5de10c19f29a55f3c9868a1d29f314732c2793b983c823208 0.18 MB 423 172
214,837 214,837 00000000000001a01b2987b61ec036047c55a8ebbf75c3c6ac9f428e285b4768 0.07 MB 197 197
214,836 214,836 000000000000011b655b5049cc26bf0bca1578dd939f651a38c017c2e32d5c8a 0.12 MB 362 201
214,835 214,835 0000000000000443921a7303794f61a9683314bd7c8bf8798cee003c28a6e678 0.05 MB 129 143
214,834 214,834 000000000000046b337b03ff075ef376c12c3fda97ef86a19e042fc30709fe80 0.24 MB 680 193
214,833 214,833 000000000000046303b804a717bed2d5dd0484c04a1a62b0b00cafc691cc1f66 0.09 MB 206 359
214,832 214,832 000000000000007c492e4cec53783fe3a097a406baa1f50cd205664a43f3d800 0.00 MB 11 155
214,831 214,831 000000000000007f256940da9bc9fe047ef945a8321b03c17ed4ffb79c3a1697 0.02 MB 31 106
214,830 214,830 00000000000004f05caa4b9578de90fd52e4e2f18a2e732df4b67d64318ea770 0.11 MB 366 208
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
Previous 10 blocks ↓
Total Size: 769.39 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,644.36 GB sent, 94.91 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.