Memory Pool Memory Pool Refreshing

1,441 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,634 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (903,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,980 4,980 000000004512079b08e0e260cd3495f7a1efd44dae909663ccb3766b7bf87f0a 0.00 MB 1 0
4,979 4,979 00000000b9a3bd2d0785d42d8cdf864b92d3cebbf4b021ae9ef27a48bcb9757c 0.00 MB 1 0
4,978 4,978 000000000c3a8b9a51d2384f8d87f4ed856681426a42b9369cc77d841a03dc86 0.00 MB 1 0
4,977 4,977 00000000d3e2fc199bb16003c721247afb95908c0fd5783b7d889a47fe913f2c 0.00 MB 1 0
4,976 4,976 00000000d9db93f719d49cbca051513dc0fee615fe97e38dc3652a6bf90d218f 0.00 MB 1 0
4,975 4,975 00000000a4899a52e166b3da8be35c41dc700ac52661cb7c75e0f6045ff88b28 0.00 MB 1 0
4,974 4,974 00000000b8e3e02c93d42452ef0cce4b5ca4c91ac776f77de818462aa43c5deb 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.80 GB sent, 101.29 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.