Memory Pool Memory Pool Refreshing

3,346 transactions
1.50 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,784 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (494,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,011 413,011 000000000000000003e38cb5b075f0d388af0e108ae85474b54ed63c61388967 0.05 MB 129 72
413,010 413,010 000000000000000000d9266fd393dc561b299568201c3cdae601f765ef5cad62 0.41 MB 638 38
413,009 413,009 000000000000000001c1e36abfee37f33b85e2ed16a53b89b08c2c519ff38def 1.00 MB 2,054 47
413,008 413,008 00000000000000000240d22343edd5b5cfe9d0952b786d967f6f6ac4ec3c9b95 0.45 MB 946 45
413,007 413,007 0000000000000000021a6266aa98f6930c467e48f8587b00884517f31d09d144 0.63 MB 1,203 43
413,006 413,006 00000000000000000241742daf6065c0471836e8b6fe8751ff447f404952356a 0.83 MB 1,620 40
413,005 413,005 0000000000000000045871610addd91f26111cab348802bfdfd0350badfa7e27 0.31 MB 410 34
413,004 413,004 000000000000000002f23d8161d81b38cbad583be17a3d7b9885c23ce2f970af 0.24 MB 429 50
413,003 413,003 000000000000000002df2a6960f5ee3ec28a03a3a28e4401e8dce117150c857d 0.45 MB 835 43
413,002 413,002 000000000000000004d273b482f5416aaae2502f8a6ddcd41685a469a8fbcd93 1.00 MB 1,954 46
413,001 413,001 000000000000000001068cf7f5b174e768261b5d57ccc7aea8018eb23f08e42d 0.44 MB 860 44
413,000 413,000 0000000000000000005bd52259cbd862805e7fc736c52e46e10557feeed2b02a 0.34 MB 291 17
412,999 412,999 0000000000000000019cd6029106c91862c10d742b555750609591f174600cb6 0.11 MB 337 60
412,998 412,998 000000000000000001f323c34f5fe48deb6c538371968325665e4d5045c94464 0.43 MB 1,020 49
412,997 412,997 000000000000000003f52275f03bd3764ed7d1e2e5c017809262ebceb27ba67a 0.94 MB 1,479 42
412,996 412,996 000000000000000003c87ffc67e65deee043059b5eeaabe93f93ee44e3064de0 0.08 MB 201 56
412,995 412,995 00000000000000000281c58d2a9a428e50722460dc25f1eecbe461f0111b7a5c 0.45 MB 802 37
412,994 412,994 0000000000000000009dc2d146375c5c591990a1d826a04f80163e60f55594f3 1.00 MB 2,050 52
412,993 412,993 0000000000000000025c2530d44398d80b90f56c9a201df76b798b50b9d69a91 0.38 MB 287 26
412,992 412,992 00000000000000000178ace51c7a8e8f4271709678df62952971e1355767b659 1.00 MB 1,442 35
412,991 412,991 00000000000000000376956c5c5549640bfdf9deeb9b68da627783f0d832fdbf 1.00 MB 1,334 38
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.