Memory Pool Memory Pool Refreshing

1,615 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (816,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,951 91,951 00000000000678f92373a27f3ec44ebb7dc459f40cbe423e48efa6af70f19a20 0.00 MB 1 0
91,950 91,950 00000000000a33fffc77347a62f0553fecc68f509ec9c036bdb9c6a7027ef22c 0.00 MB 1 0
91,949 91,949 000000000001fcb0fbc926f07c3c2a0fbec2d7422e8204ad9b4311527648faa4 0.00 MB 3 0
91,948 91,948 000000000008838bc3de1392ce99531828561345e15bd232e64cfa589275134b 0.00 MB 6 0
91,947 91,947 00000000000c3ac106ca19aae612a885201d7369561a120206b89b78a32d3566 0.00 MB 3 0
91,946 91,946 000000000009512d87e11f25beef91ee52702bf9e0f08ed3e1bd136d8fe22deb 0.00 MB 1 0
91,945 91,945 00000000000e0fa13740ce88f934db7963fc7579031763f62e509d710954ae9b 0.00 MB 1 0
91,944 91,944 000000000005ab7aec30da0ec9ba3515865f9225cc9f91cc0d7edcd5cee6a943 0.00 MB 3 0
91,943 91,943 00000000000455dd155d628dac59b202709f25280abf0ef585a73934a6042a88 0.00 MB 1 0
91,942 91,942 0000000000025760a8aa0a4143a1a85be103acf4d5e36a19e890efaa91c8a6f6 0.00 MB 1 0
91,941 91,941 00000000000817f57727f9f48baab5a7b0fbf5e79f21c51d7b01cb1652f3029a 0.00 MB 2 0
91,940 91,940 000000000000004fa1186f88c245f89757b74b7ef1fa87302ab340b635686c1c 0.00 MB 3 0
91,939 91,939 0000000000032faea12e944fab1a43f000006c85f5b3c6a77e67ead0f8b5776c 0.00 MB 1 0
91,938 91,938 0000000000036885112bd944f646a3ec4a1ca0b729be54c8cefc67dddfaef077 0.00 MB 1 0
91,937 91,937 000000000000753fa60e20203fe29f8fbdde30876b113e443be8dd5ccc492cc9 0.00 MB 2 0
91,936 91,936 0000000000025afa4cb60ecee34631285d6e550f401e5147e048b4d023cf36f1 0.00 MB 1 0
91,935 91,935 000000000009a22e254e64135285cac6695ab519edbd4edf395442d1c2f09867 0.00 MB 1 0
91,934 91,934 000000000001343d725d748199f793a7fb7fefa733d9ac74c3541e96895acee9 0.00 MB 1 0
91,933 91,933 00000000000d1f7cf6d0f479aabdb7dd5ff7c69aa72bb46672f0d0de877897dd 0.00 MB 2 0
91,932 91,932 0000000000008118200d1d49eb912f9550afee9e20b302a83c1eaae81d8ac7ac 0.00 MB 2 0
91,931 91,931 00000000000aba39d05f2c46915454742f6cf6adab768a681269e7be89790501 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,849.73 GB sent, 101.09 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.