Memory Pool Memory Pool Refreshing

432 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 426 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (9,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,353 898,353 0000000000000000000037300feebed459abdeff024cb7d9ed7e734dc5bdbff5 0.14 MB 380 4
898,352 898,352 00000000000000000000b772b1b263441c53676d40d9f026d6aa0c37eaa8d61f 0.07 MB 80 2
898,351 898,351 0000000000000000000230e18c62ce1a91cdda1826707d9f922df1d8d45bad8a 1.62 MB 2,369 2
898,350 898,350 0000000000000000000183f291dbb41ef3947dd105689345cf363afe2837eca6 1.63 MB 3,128 3
898,349 898,349 000000000000000000011a7e367fb385138648fb8e169400f231b8d668a26d2a 1.21 MB 2,398 1
898,348 898,348 00000000000000000000c93c072d55251986a02cb8e7c959afb3feb8fda235de 1.58 MB 2,154 1
898,347 898,347 000000000000000000003f3f4366d36eeccbb3e18bf0556685daacfbdecada6d 1.44 MB 1,612 2
898,346 898,346 000000000000000000010534f2d4a5f70a76ba371ed3390afb2d24b6cce1eed5 1.45 MB 2,347 3
898,345 898,345 00000000000000000001ae4998c625b2b716aa63c30c3f387abd987fe21e737f 1.76 MB 1,630 1
898,344 898,344 000000000000000000016e7d43dfc74ba9a18c373bb32ae6e364904c8081b75a 1.56 MB 2,503 3
898,343 898,343 0000000000000000000108f21b0b5867f1fb4916e8ffe5faee2da8f9df908d7f 1.72 MB 3,556 4
898,342 898,342 000000000000000000009b3601b00d4467f55edffcc041219a67dfab8b27ff78 1.54 MB 4,167 6
898,341 898,341 0000000000000000000217d875079c38232936b4e45cc5ed8a4436620ebd1dae 1.44 MB 4,191 3
898,340 898,340 0000000000000000000195a86addb8b971ced2760f7ddb093930b4c0547d5add 1.61 MB 3,574 4
898,339 898,339 00000000000000000000dc5e13103c58b1ab5958c9ecb974696bab9924d48dcb 1.97 MB 1,397 1
898,338 898,338 0000000000000000000156d98ccae77fa5448bafafdad37779b7c62b64af2662 1.80 MB 1,728 2
898,337 898,337 000000000000000000015f072df2019f2e5f6ac420bdf013138b9030c67652d0 1.78 MB 2,446 4
898,336 898,336 00000000000000000000878ddb35af771bbabd8b77dbb0bef2ac839d39ce4d53 1.81 MB 2,674 4
898,335 898,335 000000000000000000023c53be21d83c213a8c25e065ece1fbab92ebeb19f9bb 1.65 MB 3,968 4
898,334 898,334 00000000000000000000ac830b0bf8a7bb3010ff41202c721e92a18d6d88f0f1 1.58 MB 4,338 7
898,333 898,333 00000000000000000001ceffca171e6a7948b67c66972d6a3907fb550013a17e 1.59 MB 2,488 3
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.