Memory Pool Memory Pool Refreshing

72,351 transactions
29.07 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,793 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 5,080 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,792 (758,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
112,148 112,148 0000000000007ef708e3711eadc19279974edd6d3f99f77453fea5b995ea962d 0.00 MB 3 0
112,147 112,147 000000000000aaeb8e5dd9204630b738c5065eb6413a15e5fcd25801d313aecd 0.00 MB 5 570
112,146 112,146 0000000000007097eaf4e37bd51ec0dc539fc71214a95af274f55310a1a77cc6 0.00 MB 2 0
112,145 112,145 0000000000004894e92cec1dbb6627424252ca10956d30cd6128f53153a0c14b 0.00 MB 2 3,875
112,144 112,144 00000000000043869e2fc54fb97e685ed299da4c5c15d817bc6db64e1202e2b0 0.00 MB 8 635
112,143 112,143 00000000000065ce3415f306ab16d84f64975638f1c19ba545eda0711bbe2aa7 0.00 MB 1 0
112,142 112,142 0000000000005b304efbb85c8a8c056950c774da379a1fe3d08a8a818572644b 0.00 MB 4 1,088
112,141 112,141 000000000000ddf5f083bad36c217cd10f7d346617093471553ce915da8365da 0.00 MB 10 2,430
112,140 112,140 0000000000010e332821f7f62c3431fdd2a79a0fbd80924ed90bf153739e09fa 0.00 MB 1 0
112,139 112,139 00000000000026b0b280aa8fa001fd1c310bb2997ea11f9cca9905a53d2690e9 0.00 MB 4 0
112,138 112,138 00000000000017541c8652af117d29fd55af9147d388c2177c83e16898a0694d 0.01 MB 21 163
112,137 112,137 0000000000003d6004c94cbc82a498439dc08daf97c35df2ca41e915f2d7342a 0.00 MB 1 0
112,136 112,136 000000000000b0ea98802dc4e97c540e3ee6a438488ecc60aa58959982d615a6 0.00 MB 2 0
112,135 112,135 0000000000002a4af3192c8e6934c392029e49b4eac971d7b13476c8b9fc429f 0.00 MB 8 1,501
112,134 112,134 000000000000f530750ee1c4d41c018077815106dc6b7db83ec5f7dbf085fa58 0.00 MB 3 2,074
112,133 112,133 00000000000025f1faf7b493095b481be72c4eaa3917d6fa9c9109e75a5222f1 0.00 MB 2 3,875
112,132 112,132 0000000000005d4fd3306c6f8af1a28b445720fc3a7b663a196fc23dcab55159 0.00 MB 1 0
112,131 112,131 0000000000006c0f67c58991d0bf857885a44a4ee50f5efab8d7b96656fbef34 0.00 MB 3 2,070
112,130 112,130 000000000000d2a153adeb84c3f4f0924e941c88e219401fdc17c80e9ed7d950 0.00 MB 5 1,700
112,129 112,129 00000000000033f8edd65886e96828f3586d17e305bb80802f0e19f0aaca3d2f 0.00 MB 3 3,868
112,128 112,128 000000000000ba7ba89e567c0bd400f89795d6a2556d199c0096b422c6d7aeaf 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 700.96 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,396.77 GB sent, 216.97 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.