Memory Pool Memory Pool Refreshing

2,352 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,858 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,129 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,857 (250,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
657,168 657,168 00000000000000000004ceda938e67888a4f9954a17f6154fa56ea53403d0401 1.28 MB 2,246 37
657,167 657,167 0000000000000000000a79bd8ba314b0427c2e80aab8c74fbfb548bf30825996 0.25 MB 440 37
657,166 657,166 0000000000000000000415c13b1b593b6e84cb7b737d71b9fb5884f39c1ad167 0.36 MB 787 17
657,165 657,165 00000000000000000000068be8542004170794b3937c8f893131ed4b9c07912e 1.37 MB 2,132 33
657,164 657,164 0000000000000000000699cbd871ad6d9d81c1e76aca1bb782806c279b09a259 0.91 MB 1,325 23
657,163 657,163 0000000000000000000f02be2b5964acbff0ed58bb1e094fd55e7c503528084e 1.19 MB 2,048 32
657,162 657,162 00000000000000000009290c3e0da62dc9757cdb887e70ae71b59c8db957e710 1.07 MB 756 13
657,161 657,161 0000000000000000000564398eb464814f84b34739739f793591564fa161a917 1.41 MB 1,915 20
657,160 657,160 00000000000000000009de11b17fa1f5776f921686d3a340fafb286e4cc0b838 1.24 MB 2,233 87
657,159 657,159 0000000000000000000d5627f41a59496814310fd9d944161eb5c48bc117647a 0.70 MB 1,030 3
657,158 657,158 0000000000000000000ebbda9be25e3c103723660e7aedab8242bcb8bca5d3ab 1.12 MB 2,222 7
657,157 657,157 0000000000000000000b54578e970ffbd0c469a3f6bdb559cf0f50ba35002e80 1.29 MB 2,349 10
657,156 657,156 0000000000000000000c1beccb1936d4c8377ff8a1ab0bb54b9ff210f1e97a51 1.40 MB 2,046 54
657,155 657,155 0000000000000000000a2c9c2fdce8a992a16f71b63227e7c53e1cd597552c20 1.42 MB 2,086 55
657,154 657,154 000000000000000000099e27a2fede69b0921fcf2f2c1d8551cbd83e8948b52f 1.74 MB 612 17
657,153 657,153 0000000000000000000aecccca7d93eac00796740ccff58f33fc69704d3e0f20 1.32 MB 3,035 81
657,152 657,152 00000000000000000010c20e84f8188d7fc0a80a7ece48ef473d3092e2045078 0.15 MB 320 41
657,151 657,151 0000000000000000000d9c3f3f9d442f141488242c45cf4fecb97f7c80d07341 0.85 MB 1,187 22
657,150 657,150 0000000000000000000039f16db3aacd9815d8b9724bf836ee783fef3b570a0f 1.28 MB 2,545 31
657,149 657,149 000000000000000000025dedade158e37858d4dd7313bfc456f5b1230208c6db 1.31 MB 1,893 58
657,148 657,148 00000000000000000009b628f889b5e12dc523d9108967ceb5ba212ccdd3bef5 1.14 MB 1,880 30
Previous 10 blocks ↓
Total Size: 769.28 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.43 GB sent, 94.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.