Memory Pool Memory Pool Refreshing

6,198 transactions
1.88 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,947 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (793,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
114,770 114,770 00000000000002d42610e1c5e84e267192bd9dbbe31dd8839e9cba0801311e5b 0.00 MB 13 0
114,769 114,769 0000000000008e8c71605fdc9913d09802347ebd6549f2ce6d9d5bbdacffd0a2 0.01 MB 19 1,613
114,768 114,768 0000000000009c8d88b8b12c17438ae13a09bd7f413b641869b2eaea1acae0e6 0.00 MB 10 634
114,767 114,767 0000000000002f89dab3450016fd4b36eea844bb3dde4cc9acb3d00a997e10b8 0.01 MB 19 462
114,766 114,766 000000000000263232a17f942935fde39804c579cef49fc8e3a69f2be99a2464 0.00 MB 11 3,396
114,765 114,765 000000000000d1d84e0ff1aeead1a2a29bac986452adb2d0d6972b6b03ff249f 0.00 MB 2 3,861
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.