Memory Pool Memory Pool Refreshing

6,793 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,962 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (903,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,973 4,973 000000009129b24b6e982af7f065cd4473dd4d73f2a68da05a2b867dd968cc73 0.00 MB 1 0
4,972 4,972 00000000336a20a1040ab496ceb92abe060720646631c1b3a9b76f917f0eb54c 0.00 MB 1 0
4,971 4,971 00000000262b0b63fcb7e829b82cfa1bfa8c6fff22539fd1590e9855f29e9ac5 0.00 MB 1 0
4,970 4,970 00000000f0d78a6a132a64d889653e36e3467bd8c379ac720a21d379af53c8bd 0.00 MB 1 0
4,969 4,969 000000009599b9daf24b787d76febb4b08ada0f80d87586456b6f523eb9f8352 0.00 MB 1 0
4,968 4,968 000000007424ba7641af26de3067e92d49ba8d21c2b726e7f28fe99898cb3f5b 0.00 MB 1 0
4,967 4,967 00000000d6c6d644a13d10d17dc3f6b02a22cfde5412e3c94fa55b54636dc6dd 0.00 MB 1 0
4,966 4,966 000000004f6a440a95a5d2d6c89f3e6b46587cd43f76efbaa96ef5d37ea90961 0.00 MB 1 0
4,965 4,965 000000004a90da4d949e089ca717ac1b095cd183fbfc42a71d0e17a7cc11ba2c 0.00 MB 1 0
4,964 4,964 000000001867c90f9f9ec67b6001384a3630c7d7c7c3fccd4757cc4fcc4a686b 0.00 MB 1 0
4,963 4,963 00000000d54ca7d7a8e3d623a54564bc2450698a432372fea36796d239c8ac70 0.00 MB 1 0
4,962 4,962 0000000005cf9b991e8867f48cf1a9359c40e22905152b97d8fde0b54201bd61 0.00 MB 1 0
4,961 4,961 00000000738bb7859271ab35595670a9142f4131fa350d4b2b7e4cf2323695c8 0.00 MB 1 0
4,960 4,960 000000002abf185e9996fa694219d10bda3a8ee444602b4315cec22695cf7246 0.00 MB 1 0
4,959 4,959 000000004333ad8fd7d17357eb7e7f52788573aa4da7f84a88f18a3f3138477a 0.00 MB 1 0
4,958 4,958 00000000abd8c59bd611214cc5cca8a5c679267e43b09aa664eae1caa611a82f 0.00 MB 1 0
4,957 4,957 00000000c302d38b8f6e0144bd9fa64dda7a905ce476f6f49647118f0ab436e6 0.00 MB 1 0
4,956 4,956 000000007ea90a419346464a23a7f2fe4b2f48f9415192465563c6ca9343e45a 0.00 MB 1 0
4,955 4,955 0000000058a26c8722e6444f40e5441952b52d09c03efe759622b941e8d21e92 0.00 MB 1 0
4,954 4,954 00000000b99441bfc61169458d0ba6a34e68285a03e16bd9ba8489f7dc7b06e7 0.00 MB 1 0
4,953 4,953 000000007332c79e650f38f073bff41f25d01c9bde50f750ee284dd88fff06c3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.48 GB sent, 100.86 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.