Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (56,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,161 851,161 00000000000000000002cc8b6c0b202a83b75289be75a9951b621527df55c496 1.50 MB 6,674 14
851,160 851,160 00000000000000000002f414496c3fe6546e02b21b728617a124e1d94a962f60 1.53 MB 6,091 16
851,159 851,159 000000000000000000004d8e72e8dcce213d152e8aebc6a336db5604093579cb 1.51 MB 6,434 21
851,158 851,158 00000000000000000000185aef121ccd99ed1d7f6598c7c5c5a1fe47aa7855e9 1.54 MB 4,077 22
851,157 851,157 0000000000000000000133d1b9552845bfa6c6a5fecc0d1eccd8c333cc4f0378 1.48 MB 6,421 16
851,156 851,156 000000000000000000003c4eb9f10ddf7d24261e7a41a47d1381937c83388175 1.45 MB 5,919 17
851,155 851,155 00000000000000000000f14b799751a3b226dcb9753c58bc9e666363fcd98060 1.52 MB 6,425 10
851,154 851,154 00000000000000000002040fe4372e9d9c0187b67acddcbb657224770530f461 1.50 MB 6,488 11
851,153 851,153 000000000000000000007b7aac56f8e28eab117d8d0d0765c036be6ed969dc18 1.48 MB 7,151 14
851,152 851,152 00000000000000000002e74c25811f12b7fb5fe300af1a87b76b4d596492ba61 1.42 MB 7,095 15
851,151 851,151 00000000000000000001c1ee54d12b38fd941fd1ae57c51f33d163ebbff4b3a9 1.44 MB 6,313 15
851,150 851,150 00000000000000000002980ae1de429eae93a5e04d57e4214943403564f734a0 1.46 MB 6,802 8
851,149 851,149 00000000000000000002c3dac5be1712fc3d8c57b5d907d575dc19ff2453ac04 1.36 MB 5,013 7
851,148 851,148 000000000000000000036eeda7a5bb1eb25660e9719e2126215171072a179c54 1.39 MB 3,975 8
851,147 851,147 00000000000000000001f52dd295ab3f72c6f12427fdd7b234d77083bc07e11c 1.62 MB 3,047 11
851,146 851,146 000000000000000000019a9b498a0a254d6c018edc0ac3d45edadc60c3a18343 1.45 MB 2,055 9
851,145 851,145 000000000000000000010e80cf4c7084d36bfa7fe3c5f1e8776e7c99c35641c9 1.61 MB 2,479 7
851,144 851,144 00000000000000000002ef2ef28227f42a5cdb9e80d86b65af655880771222db 1.02 MB 193 5
851,143 851,143 0000000000000000000215e33c9527ccf19df828da09e6246e815babe16b0e97 1.49 MB 3,705 9
851,142 851,142 00000000000000000002882db9381360fe76c70ba554c01810f891d57afa0b2a 1.74 MB 2,984 11
851,141 851,141 000000000000000000032982d837df293806aaf8e2e78426ee64d50e361641d2 1.59 MB 1,626 7
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.