Memory Pool Memory Pool Refreshing

5,850 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,687 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (595,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,531 312,531 00000000000000002fc7906691a3210bcc4d6b6dbbf54083e4f998e789470a3d 0.03 MB 62 23
312,530 312,530 00000000000000001063793d380bde24ef9ab8f1e5e1598ffc449fb0b8430090 0.17 MB 310 29
312,529 312,529 0000000000000000307b2f6ddc308b9f25cb877bcac030e73d9a7f4d919cc719 0.01 MB 24 20
312,528 312,528 00000000000000003508497bf0a6565f0ce38af4a65a1030d3a1c90ad25ebbf1 0.27 MB 324 22
312,527 312,527 00000000000000001d8dad928ab0beeb21ef5fa3f08f81fa589192a5dda36d00 0.08 MB 115 18
312,526 312,526 0000000000000000383eb80f02e57858e79b268cdb4cf8591b5f328efffffe6f 0.40 MB 697 29
312,525 312,525 000000000000000021f3913fd426685cb2110fe21c3daa756ef3cacba103b6b9 0.06 MB 128 32
312,524 312,524 000000000000000010b6aa05607fc25946edc4c36f49b11b207014da645642e2 0.16 MB 221 21
312,523 312,523 000000000000000003cb8e3aa8c35b182aa79f91613b488c9071e99d5862897f 0.10 MB 256 41
312,522 312,522 0000000000000000348e915c06f4a2853815f13934ba8924dcd714dcd5c35a25 0.07 MB 141 20
312,521 312,521 000000000000000013342763db9ddb32855f32c1e0d81c364d3359ae0e83471b 0.24 MB 516 33
312,520 312,520 00000000000000002b769b44d94b4ee5614c2019f4f76ea24a6e864b1084be3c 0.37 MB 710 31
312,519 312,519 0000000000000000264258897270ad0651af10cfab8ceab7076db7a012a0d7d1 0.14 MB 254 29
312,518 312,518 00000000000000002a0f214733732a7b16e5d5530a1b2c55b07434cee9a52d59 0.25 MB 512 31
312,517 312,517 00000000000000002c82a444dfb52cf1c5e9f5dadb7395fd79f17b2a278f826f 0.07 MB 154 28
312,516 312,516 00000000000000002a63508bdac6152bd2d42aa26f09e69348c316d45a073e87 0.01 MB 28 27
312,515 312,515 00000000000000002f76da2d578d61fddd4c23df5888bab5c80d2cb41f45a4ec 0.11 MB 191 33
312,514 312,514 00000000000000002c0343330d729dd027aa09481d5583fde0693359cab2c7c7 0.23 MB 375 26
312,513 312,513 00000000000000000d158d92b5d159a1b7d9d03d73a5e908bc1060def8fb209b 0.48 MB 939 32
312,512 312,512 00000000000000003197c3b05834a89a305dc4b05fe85bcef6167a5ccf026d3c 0.03 MB 87 34
312,511 312,511 000000000000000019d141c1cb9adb1fbe722702b853d51d8057396f22483efc 0.01 MB 36 23
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.