Memory Pool Memory Pool Refreshing

9,835 transactions
4.55 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (610,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
296,794 296,794 00000000000000002afaecf626c582c1ad491552a6924fd4726f0862e0a93a19 0.05 MB 128 35
296,793 296,793 000000000000000049f219795c2f0c645c0904fb1ea3f41d8c4ac1d247a36af0 0.12 MB 256 49
296,792 296,792 00000000000000006e74bdff694a9b154f4100b5b90636885a6d5cc7dabf1d75 0.10 MB 146 63
296,791 296,791 000000000000000060b0199e8ca34c5bdb76ec10650cdff71b85a70270835a69 0.08 MB 149 38
296,790 296,790 00000000000000005c71287ac03007b222d3ccbfddbd88b3fe5f3b10d6844da1 0.12 MB 121 21
296,789 296,789 00000000000000007c57d4337e37928daa97bad51e5e5f8db84ef33e9e8cedc9 0.27 MB 490 33
296,788 296,788 00000000000000003594f821bdab80b831a8755763c67804d1842d33ca358a5d 0.07 MB 115 27
296,787 296,787 00000000000000007588c79d9f6da23b8b81f0b553df9472670f5634d549afdd 0.02 MB 37 27
296,786 296,786 00000000000000009baea0ab30ce31f880bc7944b9ce719a316dc6cda68c0de8 0.13 MB 292 39
296,785 296,785 0000000000000000255705974c133e62f59360ebb3544db83714d05031ed25bb 0.02 MB 37 9
296,784 296,784 0000000000000000444f564c12878a358a949b7ef5ad814c74232c27bc8083cc 0.07 MB 121 28
296,783 296,783 000000000000000048a60c95f3dd5f7a0987711b38a860298727a626d892270c 0.20 MB 430 35
296,782 296,782 00000000000000001290f81c8b7a199b4a5413505627828536e2ae13d5735c4c 0.07 MB 145 33
296,781 296,781 0000000000000000652daf97ebe7a7880293e20e949dd972be3af1eac6238240 0.26 MB 481 32
296,780 296,780 00000000000000006cd76c8303ef1acfdf7a867f8afcd3ebea280a3dcb3cf3e0 0.08 MB 168 39
296,779 296,779 00000000000000006e3f0e809e8d94d8172468f873f19a5296e5e5010ad77f8d 0.14 MB 276 50
296,778 296,778 00000000000000003cb6a19e5354ed4a4ade50ceecb8ee3176dfab4d7e275150 0.24 MB 473 48
296,777 296,777 00000000000000006419572b50e8367dfa7f820ce9213b78914b8aca7099b6c8 0.02 MB 55 34
296,776 296,776 0000000000000000405291adcd5f652e21fe5903448238c9901d837f8f7a46ac 0.04 MB 64 38
296,775 296,775 0000000000000000811f3e35d16aa72133f6c14d00a1acfd6ed0e4c72e19473a 0.15 MB 214 43
296,774 296,774 00000000000000005a4e70e300c954926b89638883df0da6fa4d589a52fc3cde 0.02 MB 34 28
Previous 10 blocks ↓
Total Size: 769.03 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,625.66 GB sent, 93.04 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.