Memory Pool Memory Pool Refreshing

59,343 transactions
27.15 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,918 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,343 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,917 (738,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
131,176 131,176 0000000000000c15d1f23893b75b4ee59e2393cfe43b63ef208950f79e672e45 0.01 MB 22 439
131,175 131,175 00000000000001c415290c370c24042837f88e370c2e3539e10955200b629dcd 0.02 MB 55 1,417
131,174 131,174 0000000000000e55e2f830def532c0b3972bdda7b54368505105990c4118aa8d 0.02 MB 51 966
131,173 131,173 0000000000000c247a58d5f55d377cf82a3286e36e5309d5742762ff11166879 0.01 MB 42 435
131,172 131,172 0000000000000f26073a1d97b2f7dca7dfc225a473cd3ab65e615785c3d456ac 0.05 MB 142 212
131,171 131,171 000000000000002a33f136528114dc5dd8afdebc1b2304ce059cc2889f843bb8 0.05 MB 145 500
131,170 131,170 00000000000002ab1103feb9fef18dbdaf8e5b5d315972c03529765e4e9e481c 0.01 MB 40 291
131,169 131,169 0000000000000ce8d43c5cdfd8d88ec768a59e6b6808464d53a5c565bf872eb9 0.02 MB 42 605
131,168 131,168 00000000000001104b5cd1cf933ff801644f643f0535a30bed4aca540e9e088f 0.00 MB 7 54
131,167 131,167 00000000000001a94500c8b713e50a7b4fc08647703b0c87b974fb343afd2dfd 0.01 MB 30 830
131,166 131,166 000000000000090a09560457d8d026afcbc92680366a6d63619e7475c6b7eedb 0.05 MB 126 421
131,165 131,165 000000000000085fa83e4524bf4bbf3796048a9f180bd2d4da0fd737e44707f5 0.05 MB 143 105
131,164 131,164 00000000000012d397b548d47c6a9e069f5d697f4a0d67d4bb07cc0fdb649301 0.03 MB 45 1,071
131,163 131,163 00000000000009bc209bbdebfc5a82d8aa90764a3fda97ead8120cfc7be39a7d 0.02 MB 51 186
131,162 131,162 00000000000001c3754a96862beaab14d4b20aefbc03067bb928006804eaf945 0.01 MB 24 1,437
131,161 131,161 00000000000002a41fee416c5c69dfcde591ed69cdb7882d496de340f37e3a8b 0.04 MB 85 1,387
131,160 131,160 00000000000000f78e83f63fd0f4e0f584d3bc2c7010f679834cd8886d61876d 0.01 MB 19 160
131,159 131,159 000000000000110f3898d5a2234b73b26ba13158e53186e4311b9bdc88ca9c1c 0.00 MB 15 223
131,158 131,158 000000000000083a08923336e41bb269fa00de7ccc0d0acc0a1400d2d9adc9c3 0.03 MB 65 1,296
131,157 131,157 000000000000128d73d1fcbcc9309fc018b33ea656478de2e1b3105517ebbd9c 0.00 MB 12 316
131,156 131,156 00000000000008fa587497e13a0b43c230c81da71091bd8637a3a4eaaabfaf99 0.02 MB 27 849
Previous 10 blocks ↓
Total Size: 699.31 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,158.47 GB sent, 205.77 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.