Memory Pool Memory Pool Refreshing

6,413 transactions (1.87 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,901 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,874 (858,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,774 50,774 000000001565f3bd819cf5e3fe6540463d717da73b3f42693e1fefebb2cba0ff 0.00 MB 1 0
50,773 50,773 0000000013401e290da538846af67c214861730763de32b25eb20c90e5e35716 0.00 MB 1 0
50,772 50,772 000000000c371984882dff3a28b3db30f88e0163a0bba59c8557708154a5e862 0.00 MB 3 0
50,771 50,771 0000000015434aa6fd561cd7370a3bdbb6b77e1e0a96904e7839f1d91eac2d8e 0.00 MB 1 0
50,770 50,770 0000000006d6fc3a35e2cac5eed03b64e887c25b5502470faf8f9306b4ce422e 0.00 MB 1 0
50,769 50,769 0000000020440de56386a1d2ed151ba6c84279eb1bc29b9aeb5f8547f536809c 0.00 MB 1 0
50,768 50,768 00000000018dd4f5bb158c021c9285531de23c926d962fd1cbe4c23606f5c27a 0.00 MB 1 0
50,767 50,767 0000000012c185f55f63a9301b02b35cb18accd5a746cebb03178e313c1e1fc1 0.00 MB 1 0
50,766 50,766 0000000019c3ba373389a9d024c1e5f9be22eaacead018ab9717cfae508b73cd 0.00 MB 1 0
50,765 50,765 00000000039fbfd37c4dc6ba5832d8a574c69486e135778c9ae22d18e5b9e3a0 0.00 MB 1 0
50,764 50,764 000000001fad851fb6bd32b0e44109a9a1dfdcd269a2c76a152c80dd64abc178 0.00 MB 1 0
50,763 50,763 0000000020adc6ae739436f44f6b327aa54b390ff7efc66caa282ce0c065539c 0.00 MB 1 0
50,762 50,762 00000000118dbb190d4918471a0e9e6a0b8328a8be3bfd1fb631c9b3aa2233ce 0.00 MB 1 0
50,761 50,761 00000000092d490f21f0bd4ce653d7566cdadeb2dc92baf5b3c26a6670dc9c10 0.00 MB 1 0
50,760 50,760 0000000011a1dfa4eeb90fa30609ffc781917208f504246ead59aa7ddbcde5ab 0.00 MB 1 0
50,759 50,759 000000000d7b57840fcc1f328f167d6dbbd077b4cab78ae74f3c92b1eca3a8c7 0.00 MB 1 0
50,758 50,758 000000000793b53ed064c2cc8c581f9c143f7b5ed6e0fc5843cca3d568b64c64 0.00 MB 1 0
50,757 50,757 000000000654c4dc324f8d726e38f54d710c8f739849a27e4b6af231d5a0e49f 0.00 MB 1 0
50,756 50,756 0000000010a6a1aeb20cba4b5e7b78f96d9cd6d9dc2909cc0c62811ce9b7b260 0.00 MB 1 0
50,755 50,755 000000000c36389f6244a0ec7692d976f7d6734c30798f5617475d3217db08c3 0.00 MB 1 0
50,754 50,754 0000000016f03d257b38dde2b40a2ea89ab6411425a28c6a08e980c547860850 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.32 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,862.63 GB sent, 103.75 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.