Memory Pool Memory Pool Refreshing

4,965 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (9,347 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,361 898,361 00000000000000000000164d4298c2760651bdb666179df2f42474623e0677db 1.57 MB 3,332 4
898,360 898,360 000000000000000000011f942bb73abf811ce2b45fd2cbbd930cc1065b29d994 1.59 MB 3,520 4
898,359 898,359 00000000000000000001de080bb888bfac224a9cb11a4f850fdccaacab09c58c 1.92 MB 2,125 2
898,358 898,358 00000000000000000002493e7d8a704a6d82a0f00c6bc30c40096cc759d64448 2.12 MB 1,536 1
898,357 898,357 00000000000000000000a37b70b3f07faf528be767002d7a2c0356a8d7d32989 1.43 MB 2,276 2
898,356 898,356 00000000000000000000715c5bd1ba5af09d24da288f782580624b580b95a82d 2.04 MB 2,443 2
898,355 898,355 00000000000000000000b53c64eb4d1c4c3072ec2298482d71ba65baa56b2e28 1.39 MB 1,497 2
898,354 898,354 00000000000000000000fab81191a81d68a0df1b00793a93cce168c64c1e2c48 1.55 MB 3,091 3
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
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.