Memory Pool Memory Pool Refreshing

20,957 transactions
36.20 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,146 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,647 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,145 (656,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
205,908 205,908 00000000000004f87e20a5515527ef2d45d5d6c435af8781c8351fda7e4904db 0.30 MB 700 232
205,907 205,907 0000000000000238a9198aa0432f16cea46831f9f84dafaf58aed33830a64ee3 0.00 MB 7 334
205,906 205,906 00000000000002392bf03c50b3248a891e23682e56199e45cbdf242193296086 0.00 MB 1 0
205,905 205,905 000000000000029df5ae1c6b3ca237a7e9d1343cd9d8c1676fe95752a7cc57d5 0.11 MB 195 176
205,904 205,904 000000000000027c5e9f3964ddee2613a35bb75990ce549ffeaa12625fb5ef1f 0.00 MB 11 471
205,903 205,903 000000000000037121ec311b6fc779bdd4331f3520f89069b6a0c8cb33dbf8f1 0.11 MB 120 140
205,902 205,902 00000000000002088879ab4c48261002168d6d33e74e796080ef5e18e437e854 0.03 MB 99 28
205,901 205,901 000000000000034db3ba5ea4a0edabaa73d688ff6520b38a3fcb8cb68922f72c 0.06 MB 111 159
205,900 205,900 000000000000036c09cd8dc29c9278cf396c691ca8005d4668e28e2e3f5cc90f 0.07 MB 135 151
205,899 205,899 000000000000010d522738548c70fa021e64c4d857c48faaecc29a91ae8b2eb7 0.21 MB 483 202
205,898 205,898 00000000000002608e9f5dd169d8825a639ca818866692b36652b20146475f0f 0.05 MB 141 128
205,897 205,897 00000000000003786867c358da51a7a82ecd84b1adcdf7525e1295a979714d9c 0.09 MB 256 226
205,896 205,896 00000000000002e541cb904671e116de4d00e6ee3a84440d87c8c4d574df3804 0.27 MB 369 93
205,895 205,895 000000000000033761c1af04646993bb2e551f4fcd7214e16e55840aaee7a985 0.32 MB 579 121
205,894 205,894 0000000000000509b27aafbc6204bc222ffe8a564d06596e212540021d47bb71 0.04 MB 75 62
205,893 205,893 00000000000002a6d0616f546430c9bc9200cbe5bc1f76e8516f371ef223ef33 0.24 MB 514 168
205,892 205,892 0000000000000222687c896c892039b75c1afab78838affb20f8f71e0122dd10 0.05 MB 122 89
205,891 205,891 00000000000003ea0029f50f22f4537e754ebab9348f2b4eecb7fb42b7a6e5a3 0.25 MB 580 216
205,890 205,890 0000000000000113e6061839378c399e7ce0287e0ee2d9fd9cf75513c025d622 0.05 MB 130 152
205,889 205,889 000000000000014138c1686e382e70d9b23f06af2fbb19e08bb7fa04dcd9616e 0.28 MB 496 142
205,888 205,888 00000000000000f726f7865e79df9d5b8aef60c8cf14b7746bde1ea881f317a0 0.15 MB 252 174
Previous 10 blocks ↓
Total Size: 684.44 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,343.17 GB sent, 101.20 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.