Memory Pool Memory Pool Refreshing

69,550 transactions
31.69 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,205 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 4,009 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,204 (590,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
282,083 282,083 000000000000000014ecf5bd238d08890aca9bb78550c62d17eb8559d2566f29 0.25 MB 581 43
282,082 282,082 000000000000000083658704f537da99d6d7c1c916d9b90149a86ca3e93f4f47 0.25 MB 442 61
282,081 282,081 0000000000000001e60bb6ff05fa86933d8fef5c3eaa0649a70ac23cdf47713b 0.25 MB 665 372
282,080 282,080 0000000000000001c4756dac5907abe7494713740b334c21353b477cd9d9d167 0.25 MB 721 76
282,079 282,079 0000000000000001867d25b082e0b2b78f82c87ffc6407c15295f699a7d48f8b 0.25 MB 605 67
282,078 282,078 000000000000000116691755e26175ea4684b8ef5c510733d40d2381366eb0d3 0.10 MB 135 20
282,077 282,077 000000000000000241ab8ac64a5d5ab285c1c3a9da16309f644158978200388c 0.16 MB 325 28
282,076 282,076 0000000000000001f3e182bbbc5f39a3b1da1efc689b02db5858af33f83dcc28 0.05 MB 170 167
282,075 282,075 00000000000000016109e478f7390358d724f6a0e6af5f488d76507c9440f738 0.18 MB 245 16
282,074 282,074 0000000000000001c2105907ad9310a624c6bc19955b28364a5d8a9c13d9858c 0.25 MB 729 111
282,073 282,073 0000000000000000fb4e3a034a49d5d4742f44cffc629d5b8d2b8c9cd5312df6 0.90 MB 2,051 52
282,072 282,072 0000000000000001ef58c7f46aa0d1d13e6f5b5f109b08fe267d94ba78451a12 0.25 MB 621 34
282,071 282,071 000000000000000152756e51cef0e2f115cb0c176137d97db824e80ae1d55935 0.25 MB 730 72
282,070 282,070 0000000000000000cacd827e81e1d95dc64b0eaf64655d1929742c3b0bd2587b 0.05 MB 151 256
282,069 282,069 0000000000000000f4a1d6fdc63c80717e0be6e32ccd8825c21c71a0a378c851 0.14 MB 115 44
282,068 282,068 0000000000000000090a296b71399b2842bf6147eff412b9f21cddc7be87d700 0.12 MB 224 26
282,067 282,067 0000000000000000323d664c28f8abb15206beff8044877da73ba59a885a0738 0.05 MB 150 76
282,066 282,066 000000000000000088fa63b5a7c8d144e56d8f7a962134afb5546435747756aa 0.24 MB 169 15
282,065 282,065 0000000000000001e2864f49e6091db08320a9b34ea7486d026e505d5578b475 0.50 MB 871 27
282,064 282,064 00000000000000007b2b64220accc0628c34c3a56eee76ff04d356c8f671a392 0.25 MB 740 99
282,063 282,063 000000000000000163e30ce0232d1ff56c669e3c81224e6ba88a6e5178f20841 0.47 MB 255 13
Previous 10 blocks ↓
Total Size: 703.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,606.68 GB sent, 235.33 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.