Memory Pool Memory Pool Refreshing

5,490 transactions (1.88 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,021 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,186 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,020 (872,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,587 36,587 0000000041310a9287853ae06835e53b49f6ebb90d03b6fecefb9834b90ca60a 0.00 MB 1 0
36,586 36,586 0000000073c91618708bb5991c6fa5276e2995204c58d2993b30c803230c327c 0.00 MB 1 0
36,585 36,585 000000009b23b20e1aad69a28bc407c1477efe7e53f4b9bd8ca1e2619aca6074 0.00 MB 1 0
36,584 36,584 0000000029f704ae96653c55d94baeda1587b98afebaf2bdf7fe888dd2af93e4 0.00 MB 1 0
36,583 36,583 000000003ee9f37a42d80aabf0c4ce541f870f90836c6f59b8d61fbc979f23ac 0.00 MB 1 0
36,582 36,582 000000007b8676ea31076100ba3e1084f8518c6d3d541d05c128ca4070b0fd23 0.00 MB 1 0
36,581 36,581 000000008bbc534ed443409b67d100d2ede1b48bbecc50e6c985e35a24ceb660 0.00 MB 1 0
36,580 36,580 000000006d77839256c7f2e96eeb50e43cd9ce1ff4aa9802fdec63708607029b 0.00 MB 1 0
36,579 36,579 00000000b8433536f760cd9545d793adc5513fd20345bbf0513af3c3eac5a11b 0.00 MB 1 0
36,578 36,578 000000007dbc526935d63484457aa48918293ba5fa82d005fc65b5209e02041e 0.00 MB 1 0
36,577 36,577 00000000364e5bdd7827c697aa4983692ca101c755321ae2d36aaf747fb80640 0.00 MB 1 0
36,576 36,576 000000007ffdd7ea755b3973dd56a3d975a86d8ef354b3948c44b51108481b7e 0.00 MB 1 0
36,575 36,575 0000000085b0bdb093cfd1ba6e10000f81cb943bbbe4ec13cda4a2da34ee3a7d 0.00 MB 1 0
36,574 36,574 00000000a39c2fdc41f1408901207c2f227e566c224e69b79fa32aecd6545a97 0.00 MB 1 0
36,573 36,573 00000000452a77f3f0a034e6de2c909ed8db82b53ca8c1ab5dfb932846c2516c 0.00 MB 1 0
36,572 36,572 00000000b75411d1dd1e7b0d71d59aeeae05507526243f77caf8ecad934ff6d1 0.00 MB 1 0
36,571 36,571 00000000339d1361726e7a93fa307a99afbfce9b1816c2d55d9a84c1429dca39 0.00 MB 1 0
36,570 36,570 0000000027304d6a89540125151edb18dacb6b14218f2ed7dae76f6a6a2b8b34 0.00 MB 1 0
36,569 36,569 000000000b08d6d43337f81eb7c6612e20a40b2d5aae01150a3438ddda41f1ad 0.00 MB 1 0
36,568 36,568 000000007cbf3d6e550164416d1b03dc732fa804a05df7850305d62eaa923da5 0.00 MB 1 0
36,567 36,567 0000000038df7612671e9ab8870092fe4c0cf0661d3e13db93466e35dd518e93 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

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