Memory Pool Memory Pool Refreshing

4,080 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,056 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (682,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,968 224,968 00000000000002436bd415926e4c8f8ce98f46b5f4f1456fd364cb9ee5a4d38b 0.05 MB 83 130
224,967 224,967 000000000000005ed221de9dad6a5c819f5294a734d7856637a90b69f0ea6b52 0.05 MB 37 95
224,966 224,966 000000000000036758b9e916992bb88f4510451eb88eb4ce73587b340243c8da 0.25 MB 690 228
224,965 224,965 00000000000001a077e6a56fc39398822fa8fe27e290409e5d412e6a236640c2 0.25 MB 652 210
224,964 224,964 0000000000000107a675228b4fc44b09eaaac0b0005e693762bded89c2b56d1f 0.31 MB 512 195
224,963 224,963 000000000000023280d73c4776c04849dde06755616e8f37848b54bf1277c9a6 0.25 MB 206 74
224,962 224,962 000000000000008746d561eebbd60bea0d5aa026a853ee3275383f74a35ae053 0.18 MB 382 281
224,961 224,961 00000000000002bc94ae75a2bf7a6f59190d1bc927cdc2c1c6a026a95f2cc149 0.25 MB 809 359
224,960 224,960 000000000000030d0aa840ef8695552fccaeb8121f0426863b2ca86ce21edd67 0.00 MB 10 0
224,959 224,959 000000000000003d6ed5cd85bacafa555286229099d3610dcac1f70a65be8955 0.17 MB 490 346
224,958 224,958 000000000000034ef9d344d2c02e5f59a4ed1674556aa9555cf64f3fd8f796a2 0.07 MB 175 224
224,957 224,957 0000000000000216a0b906bfc38d331a02c8cbe59c3c8f0aefc0bdae25dddd48 0.15 MB 263 176
224,956 224,956 00000000000000f10d5e7e33fad2c50b9b42f21626e339f8129806195871af50 0.07 MB 128 68
224,955 224,955 00000000000000ff0419cfbc32e4037efa3c45e340655c5925b0582c6bde04a9 0.18 MB 224 105
224,954 224,954 00000000000001230ac928da865d31071807a2854b7144b834bbb88e942076bf 0.06 MB 175 260
224,953 224,953 0000000000000290a0ecb94891408105465a9eb9be2fc55216cab2a145746fb4 0.04 MB 92 207
224,952 224,952 00000000000000d71caa5ae7e89f0b536e4ae64eeabdf902858d9cde5067e85c 0.08 MB 238 149
224,951 224,951 0000000000000111feaec9d93fb8ecd14527d723b2f3f14304945751dc48f87f 0.05 MB 83 49
224,950 224,950 0000000000000070e74778dfcea3c1ad9702afcfe837d5bebb9dee13a044af9e 0.04 MB 100 186
224,949 224,949 000000000000001edab5ab810e5a37c5db865a1eda94a2a33cb77b91526179f2 0.00 MB 1 0
224,948 224,948 000000000000031086024f0686f16eb63cbe050609403106eee05421c8da5dbc 0.01 MB 37 41
Previous 10 blocks ↓
Total Size: 769.27 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.40 GB sent, 94.28 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.