Memory Pool Memory Pool Refreshing

3,231 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,703 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,231 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (792,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,791 114,791 0000000000000de3e1117bb25a9d884422b7a6fd5ca51c0e95e8640eb398978a 0.00 MB 15 3,586
114,790 114,790 000000000000dc1a22f1af305cc4bbcf31927e2fe43094dd3269341159a1ccd9 0.00 MB 5 3,879
114,789 114,789 000000000000232f7c8588641d1ee0d00f175e517a33949cd0b3463927b79c07 0.00 MB 3 3,875
114,788 114,788 000000000000cc2b1711a88d71d73ad6d86913991f56d3dbf7f27c49fc8bebf3 0.01 MB 17 1,398
114,787 114,787 0000000000007a61946c72d80ffbf4e4e334fc56d55cd7d0d78d219bec689d5b 0.00 MB 13 1,228
114,786 114,786 00000000000056bda9da328f6293671a05199f36b887e9d270a5a6c7f6408502 0.00 MB 11 1,068
114,785 114,785 0000000000000ed9bb2f088c626f741771d3dd129325d6a90b84e83a3a350122 0.01 MB 19 2,219
114,784 114,784 000000000000b92bd346c12e3fcdbf59b4de79035de95d2d483c1603464ce1e0 0.01 MB 22 1,385
114,783 114,783 000000000000602c73f5c885aa819105cf8c579be940ee8cd002dbadeeaa5399 0.00 MB 1 0
114,782 114,782 0000000000003874b5d5409873c58399c0b3fcba6f92c45da6ebd750cdd427a5 0.00 MB 13 1,525
114,781 114,781 00000000000044dc30ef411392aaf36c2feef43b276a006a173b9b0ba2328deb 0.01 MB 13 0
114,780 114,780 000000000000a02fa0e5c37b00ef9fff748e8dfb44f621da77bc69ab8ce3fe60 0.00 MB 12 355
114,779 114,779 0000000000006c5a414d21c141ccd3b2cfb04d9564b1cb7a1e51353fe8c1c222 0.00 MB 11 337
114,778 114,778 00000000000091fef1bd9faa3182eba7004293799794702bfb83b93090e2bff5 0.00 MB 15 1,491
114,777 114,777 00000000000034bc1824960fd2dd2c86cdb3a9954c6c23830ba4586501bdfbd3 0.00 MB 12 1,634
114,776 114,776 000000000000b89a934ec86c20b447d6c73a306e4284516bb573a9e44f8894f2 0.00 MB 8 0
114,775 114,775 0000000000006ad77cb2c3ff32420888f5ef0e0f8febd64733b59bfeec5a7e50 0.02 MB 50 1,921
114,774 114,774 0000000000007567f9cb0baa6a95763d11c12310cee3a115377094086f08fc11 0.00 MB 12 0
114,773 114,773 000000000000ae663e8835c5e271c5deff3e6e8df5e7e853136280ddd791d1a1 0.01 MB 13 0
114,772 114,772 0000000000001b2ac864e0b8967332d581f28b69ae1cbf81ad3c89b5f5c6fe17 0.00 MB 1 0
114,771 114,771 00000000000041d5bd4ef5ea61faf527f7b06b9b1109ca2339543b2b8cdab8bc 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.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.