Memory Pool Memory Pool Refreshing

69,528 transactions
31.72 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,149 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 3,950 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,148 (702,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
163,750 163,750 00000000000001b5c8029922c4ca31a0fe93a0402d1623655f7453b19adbe820 0.01 MB 27 85
163,749 163,749 0000000000000c636d16d2979f442a8577f255757289ed07383deafe54ae6abe 0.05 MB 115 1,000
163,748 163,748 00000000000004ef587cf5af942d12b99528571231eb403875946b78d3563e37 0.04 MB 120 129
163,747 163,747 00000000000004259d319bb0895355b87b1b2e83c8785b4cd04c59a8b30b8109 0.01 MB 29 171
163,746 163,746 0000000000000c1196cba8cc0b333f63f79c8a3636ebac44bd1ee09af8cd43b0 0.00 MB 11 17
163,745 163,745 0000000000000a15b3166e21d2f39b36c7d5c2683d3dc58a4a11d871dbcd1ef1 0.02 MB 68 89
163,744 163,744 0000000000000c7a419d4fc365f418ea7e2cc60536fa47e85bb4ee2bbbd1e005 0.05 MB 112 112
163,743 163,743 00000000000005a19823e57f89b16082e8233fb1a81c357b6bceda4045b60773 0.04 MB 88 73
163,742 163,742 00000000000001e6fc8d9c1c8cdb573f3377ea678cbf39ddb7213721fbbf6136 0.03 MB 89 124
163,741 163,741 0000000000000b6c89a0816dc1f34a3dc026b9bb0fda7207a22900bec0a5f7ae 0.05 MB 122 66
163,740 163,740 0000000000000446da29e22778d928745babfbe518402ecd53d088f0beb540ea 0.10 MB 198 126
163,739 163,739 0000000000000bb75974a5faeefc72b6855739ac0047d0d1b1d4e4cd0b1a5049 0.03 MB 82 504
163,738 163,738 00000000000005ec7461ca7d00b13ebf3b001d79d0d8e64a261c1c17e2958d3a 0.01 MB 12 893
163,737 163,737 00000000000001c5fe24372a5c9786402d5f0e7653f4b89a4ce4a96da0980aff 0.00 MB 13 22
163,736 163,736 00000000000003b07ea2e60631c77e20f9f968408002fe82aa60e9fe8fc0850c 0.03 MB 101 86
163,735 163,735 00000000000006f1b87e4c94367ad5a3ea006e51be8ebc021589b09c8812744b 0.01 MB 6 360
163,734 163,734 000000000000080ae95fe19cb76f14fada1154d1ee06829cc21e42a4509fb9e3 0.00 MB 2 193
163,733 163,733 00000000000003c13f43ce495079ad545f9ed0114db82187065ae6551d7ffad5 0.01 MB 10 0
163,732 163,732 00000000000007a355ea28b3859794a405974aec5d26a857862c7364e4928030 0.03 MB 54 79
163,731 163,731 00000000000001b983ca14283e6d0acad0d2f6fe4c6e9bad9c4750fce0dce2c4 0.01 MB 30 136
163,730 163,730 0000000000000462554694251c4473c37f02cc8ae78dd80c6174dd2f20e5d10e 0.00 MB 9 378
Previous 10 blocks ↓
Total Size: 692.03 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: 1,833.01 GB sent, 157.68 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.