Memory Pool Memory Pool Refreshing

3,539 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,764 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (693,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,849 214,849 000000000000035f20af95bbf8fab04a575a29d9f57a4901fdb6b6e72ff6b9bd 0.25 MB 230 111
214,848 214,848 00000000000001c5d85c2cd4bb0700a37db177a0e507b7183c2558275b214292 0.25 MB 685 216
214,847 214,847 00000000000004aea576c77e208a8b5b3f2d4271fa0a750bce2a39339f7a2f0d 0.00 MB 1 0
214,846 214,846 0000000000000252f23df1937e794919c19b2a686e23f574d0fb585279cca028 0.26 MB 377 140
214,845 214,845 0000000000000364dfeece740c61c0332926ec1f22d7f05d310b1ea334abcb47 0.05 MB 136 181
214,844 214,844 0000000000000202277fa6b6a25a94d9b4bd107b84e2193941a0e108699ba39e 0.03 MB 65 190
214,843 214,843 00000000000004fcbcc321d27a01cafe7be2537e94e38e1d4055418d652fba3f 0.07 MB 181 144
214,842 214,842 000000000000009633dc4f305ccf13880d40178fb0f9c6a3284bd90654b45082 0.25 MB 575 173
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
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, 114 incoming
  • Data Transfer: 1,642.72 GB sent, 94.45 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.