Memory Pool Memory Pool Refreshing

12,688 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (646,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,964 260,964 000000000000000a7659c9c2d83c3057738974e97014956e2a577fe682ad10c5 0.04 MB 52 36
260,963 260,963 000000000000001b468c6298f3865d15d76023ed99aa7c8c85dc6de2b334af0b 0.03 MB 93 58
260,962 260,962 0000000000000003e616888474d0645985ada3e0baaae71663b2d8dd6dc8bff7 0.26 MB 582 121
260,961 260,961 000000000000000f59dbcb009d46c79f673f5fad124ba0928dcd363943592a3b 0.25 MB 604 132
260,960 260,960 0000000000000007f6bbd1613a0e6199f684962430fd0d458b66d49e1df2da26 0.05 MB 99 76
260,959 260,959 0000000000000002b63ffdc0a516ff034bc498de9995e6e30ef4949a5d1e7e85 0.03 MB 54 21
260,958 260,958 0000000000000017b6133e976a69bb25c1c5dd8539b85ee8a9f9555f8c5b6824 0.05 MB 134 41
260,957 260,957 000000000000001486ecc70217796c81a2d43dbf9368f5b625e12b3ca5416ff0 0.32 MB 732 104
260,956 260,956 000000000000000dda546849b64702f272d9a828141cc71dc6dba525e8dfac8b 0.25 MB 510 114
260,955 260,955 000000000000001b71e035937a1801482b1c6f24d35001b36d7cac3b5a7c02e4 0.15 MB 348 103
260,954 260,954 0000000000000013ae7387da12cc1f8e5bd4bdf0d870431ac956c2aeacfb3fd3 0.25 MB 612 117
260,953 260,953 000000000000001b54d056fc592e332922e2a8e63837aefcf66daacfb6cc470a 0.06 MB 125 21
260,952 260,952 0000000000000008eb7d0089a20ed269c3fa3434a14bb7af938fe2cf768bd040 0.21 MB 520 155
260,951 260,951 000000000000000cd371c8ffc0386be780eed62bf57d6e09712bb401bb1129a4 0.19 MB 430 99
260,950 260,950 00000000000000147b59cec72ee3637e45ac15bd5f940536432de627aaf47cc5 0.25 MB 591 104
260,949 260,949 0000000000000004f0b4555a959d71cf0f77df23d460f1c6e58421c85a899e4c 0.25 MB 456 116
260,948 260,948 0000000000000008e3c765e9164e50705a70d2aeaf1508d7dbe3ebed148048e2 0.25 MB 610 142
260,947 260,947 0000000000000017f2f93390654f8589c6275b5a8ca4329a9c229238a908c43d 0.08 MB 168 24
260,946 260,946 000000000000001b3216d767f54ff7eb6563c45cdafaa8f6e15f0958ab4ef9ef 0.25 MB 745 145
260,945 260,945 000000000000000dcd9b3cf085725b7d5b987029e195794d86cd5f4326e222bc 0.18 MB 454 157
260,944 260,944 000000000000000d12ee50677d5a7c50360336f2c2a4f46a0ee6f27b9f410df2 0.21 MB 563 129
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.