Memory Pool Memory Pool Refreshing

3,817 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (732,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,487 175,487 00000000000008e4eebdc25c8e2b48add39ca69f0a1c6b520095edb4e465a41d 0.02 MB 67 5
175,486 175,486 00000000000006828a78a332815a623a305dbbeec50b65df6aa1c80e961c4c7e 0.02 MB 43 104
175,485 175,485 000000000000061d0b6b6126620accba16a2f648285342cd8c7df2d6f847bcbe 0.03 MB 83 156
175,484 175,484 00000000000008efbb126d4a7d02ad0df810c080864c4843c8e3f336aba97578 0.00 MB 1 0
175,483 175,483 000000000000017476b04d2912a3503d43fd1b0771338454f3bb7c4fc5d1db61 0.01 MB 12 48
175,482 175,482 00000000000003e21be8a51d1417029c1056538e475c9f107a0ab0c53816a46d 0.01 MB 35 266
175,481 175,481 00000000000009c763da6f871a0eff5ad20b27c5b64721852ba04888a4b28f34 0.02 MB 40 108
175,480 175,480 00000000000005a353d3f0347cc116d68f4a95e1fb308e614e60a143ec7c1b9e 0.00 MB 6 14
175,479 175,479 000000000000025328dd76102bc589e9ba0d2e6ba41cbb29654d0a9e7b2838a6 0.03 MB 26 41
175,478 175,478 000000000000001180e94da4c7b7414d4d1706ac506e3acf1f51354516ea8917 0.03 MB 92 162
175,477 175,477 0000000000000292918ba548a38a86cdc6f82762be607044861ea20ef1f270c7 0.05 MB 115 116
175,476 175,476 000000000000003cfffab5c80aaa1ada94536435e14ff5d7a5ec4d178a69c0f8 0.00 MB 4 40
175,475 175,475 00000000000006ffdf67510df9819a5457cedc520a2f4c67fb48de6210e3cb15 0.02 MB 71 62
175,474 175,474 000000000000095413f1598eb124097045e6e4be02fa69f904e3bbe4c7fcec8c 0.01 MB 41 1,325
175,473 175,473 000000000000035ee41311005d0a12852eff543c8cafb86fddefa1962b602528 0.00 MB 1 0
175,472 175,472 00000000000003888f1a5ecbda83e894584acdc740cec2533a6cbbab180339a2 0.00 MB 17 60
175,471 175,471 00000000000001cc269468ac7ac336680fcf039706305471d25939959eb18143 0.02 MB 56 104
175,470 175,470 00000000000001fb9527827df6a5c012fe46f78d88c40d6c68d1de0432270601 0.01 MB 13 383
175,469 175,469 00000000000007b122cbf0201e76f8b20dd314d9d12177f5918fc7ab41e0101f 0.03 MB 109 6
175,468 175,468 000000000000099a183671c89ab6ac758c9ca317db90796c3de911f439ed21b1 0.01 MB 25 10
175,467 175,467 00000000000009e5923e9f5ff9d691412e9ae78f317e342765f1bc7f6dbad5c3 0.10 MB 130 206
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.