Memory Pool Memory Pool Refreshing

5,410 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (25,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,024 882,024 000000000000000000017df0678a14a9f91b9438923cca1eb3c288550e098961 1.59 MB 2,141 2
882,023 882,023 000000000000000000028fee3ab9f7ba5285e07b41f5b9129e5dac2261141083 1.68 MB 3,530 2
882,022 882,022 00000000000000000000ceda37344558dc43cb6f488701eaccc8a77e7978c652 1.38 MB 1,948 4
882,021 882,021 00000000000000000001401a3dbd5bd0a1333cf0dc4726a794c0f48c89aea745 1.55 MB 3,024 5
882,020 882,020 00000000000000000000ea3174946c38f526abd145b8b74212317c83a8ce88e8 1.10 MB 614 1
882,019 882,019 00000000000000000001af0e4460aca2fc50d4916843010c1c1f8d74b83f2bbe 1.47 MB 1,686 1
882,018 882,018 00000000000000000001d2f7916729437b3410190c728dff47741885568c42b7 1.65 MB 3,667 3
882,017 882,017 0000000000000000000229f1d8b5e618bb439204ebb7ef14dd2541b54010bbe7 1.58 MB 3,733 5
882,016 882,016 00000000000000000001ce9b4550473cb78c7636e27c4a0170fec38a3b4213cd 1.51 MB 2,755 3
882,015 882,015 00000000000000000002502bf81a552bba6443d0f954b5ff0e78b5ec88a7998f 1.31 MB 886 1
882,014 882,014 000000000000000000009d74070bce776b1f54d323c869745d3b1c971af0bcf6 1.18 MB 961 1
882,013 882,013 00000000000000000000f3feed4b2818af18e409d6ae372c0d21930cc2fc7242 1.32 MB 796 1
882,012 882,012 000000000000000000001c4a4ec50125c5ccc677e5bb4a69d962670b1adf172d 1.67 MB 3,226 4
882,011 882,011 00000000000000000001e6ef9b2f2af73e46eec948fcf7061d2ee97411001688 0.29 MB 746 2
882,010 882,010 000000000000000000028de0d42855da005593ff97b9f96447894c11e00f16c3 0.98 MB 2,005 2
882,009 882,009 0000000000000000000278b2740a43d8f1ec26ff28f8660876af9df0c64e116d 1.80 MB 2,253 2
882,008 882,008 000000000000000000012abb0d659ff45fd4eae42e4fae969ce74ae0c14819df 1.83 MB 1,372 1
882,007 882,007 00000000000000000000865c88bc1d65ba75e8ff002645c0a03286b3f4f44733 1.67 MB 3,171 3
882,006 882,006 0000000000000000000019a3a8be3cd67cc695ee807ab8d98312d68b450f6be0 1.55 MB 2,014 2
882,005 882,005 000000000000000000022e4a8bca87fd85e3f9034f6cbe89b7f0948722c2c57a 0.98 MB 1,570 1
882,004 882,004 000000000000000000003c7ce72b8fe4351c8b4f500d0902b2b4b923c9509f53 1.77 MB 2,705 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.27 GB sent, 93.06 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.