Memory Pool Memory Pool Refreshing

748 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,549 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (890,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,096 18,096 0000000018a5724408ef09fe2357c7ef51187a19d01b1f0f21e23cc8e7ca5b52 0.00 MB 1 0
18,095 18,095 00000000f489f56f7beded2530ee924479f6f9234f0e06c5f09ce22db0228ea0 0.00 MB 1 0
18,094 18,094 00000000936ea21cc85695ecdb28d5eb1110eb3faa9b9220b4361e5efa2da203 0.00 MB 1 0
18,093 18,093 0000000022cf94434443711f087d1ea541663b27e847a630568f5403ecbdf974 0.00 MB 1 0
18,092 18,092 00000000ab0b6864b8560e43e567fa450c499c3d208ff3f112c85dcf6651732b 0.00 MB 1 0
18,091 18,091 00000000ee2d51a386795051c7aa7d94117e544eb58629e8657832cc0ce12d1c 0.00 MB 1 0
18,090 18,090 0000000040f7f36b22e9a73e7aeeb22eda9a78be3b0c9c03ffc7f3a8530c9dae 0.00 MB 1 0
18,089 18,089 00000000f1a9b115cb10c86b6e79bca00ce85ff54e7c6fed5ae49a92c850406a 0.00 MB 1 0
18,088 18,088 000000004f0869c89f1cff45e9838e7b1d862c0d0b58491dea54368a1bdb50ba 0.00 MB 1 0
18,087 18,087 00000000fd116843c7ad84df7db3ff3fd3ede8882f46904b1218a141aa061fdc 0.00 MB 1 0
18,086 18,086 0000000012f2d72936a6ac3e9ae32dbd8d99d083ce353672516b8b3325ff5b32 0.00 MB 1 0
18,085 18,085 00000000255f593582504bcef7c9278fe5a62c1d2259809e6738f8c5f7cb53de 0.00 MB 1 0
18,084 18,084 00000000893280f2480a3f5f8ea4d1b7b418a9424e1b5df8252840926cffbfe0 0.00 MB 1 0
18,083 18,083 000000008d5816831e6994e9f8399d8f537e1bddbc0796aba7e7e8396a5df7b3 0.00 MB 1 0
18,082 18,082 000000000450db85523cd0a988434af328ef5d74f437eb1beb3294de5baa8d39 0.00 MB 1 0
18,081 18,081 00000000836f1ec61dc4406e91068b1cce8a1f2b19c63d0d94cd5e4c5621fbb4 0.00 MB 1 0
18,080 18,080 00000000723c78c4ad88982d881a5773fe428d4899fe1709a34585680f4f19cf 0.00 MB 1 0
18,079 18,079 00000000955c88b959dd3836a18f5d1ae3ca6d050d5e667e952e92877f1c9837 0.00 MB 1 0
18,078 18,078 0000000056a8ae4e4df95a0f3d7e16048bf52a413727c6423a5fc78071428937 0.00 MB 1 0
18,077 18,077 00000000463e7846a5bc7a9dc224e614231746884d9336be9aa6cac4c5bf42f3 0.00 MB 1 0
18,076 18,076 000000003be07efac55824a8c8ae11d2d56254df2b24e9d30d910bbb83fc1035 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.49 GB sent, 100.53 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.